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

Don't repeat hotkeys on Windows #584

Merged
merged 1 commit into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. Don't repeat hotkeys on Windows

    Unlike all the other platforms, on Windows we need to track the state of
    each key ourselves. We simply use a byte array here where each bit
    represents the state of the key. If we get another key down event when
    the key is already marked as being held down, then we ignore it.
    CryZe committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5c3d19e View commit details
    Browse the repository at this point in the history