Resize SDL2 window?
I believe that that you could use the SDL_WINDOW_RESIZABLE flag in SDL_CreateWindow to make the window resizable.
You may look at the wiki doc: SDL_SetWindowSize
I believe that that you could use the SDL_WINDOW_RESIZABLE flag in SDL_CreateWindow to make the window resizable.
You may look at the wiki doc: SDL_SetWindowSize