Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect Window.AllowAltF4 For SDLGamePlatform #8248

Merged

Commits on Mar 21, 2024

  1. Respect Window.AllowAltF4 For SDLGamePlatform

    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`.
    AristurtleDev committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dad938c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d8ad702 View commit details
    Browse the repository at this point in the history