Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect Window.AllowAltF4 For SDLGamePlatform (MonoGame#8248)
When checking the exit condition of `_isExiting > 0` an additional check is now made to determine if the exit should occur. This check for the ALT+F4 keyboard combination, and if found, returns the state of `Window.AllowAltF4`; otherwise it return `true`.
- Loading branch information