79686800

Date: 2025-07-02 03:55:37
Score: 0.5
Natty:
Report link

You may want to try adding the resizable window flag on window creation.

SDL_WINDOW_RESIZABLE

Like this:

window = SDL_CreateWindow("Test Window", 800, 800, SDL_WINDOW_BORDERLESS | SDL_WINDOW_RESIZABLE);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andres Hernandez