mirror of
https://github.com/encounter/SDL.git
synced 2025-08-17 01:11:41 +00:00
If the browser left fullscreen mode by the user pressing ESC, the next call to SDL_SetWindowFullscreen(1) will fail as it thinks the window is already fullscreen. (#65)