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

Fix controller keyboard simulation #243

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2017

  1. Fix controller keyboard simulation

    by reverting 2180f0b.
    Also added additional comment about that specific if-check.
    RattleSN4K3 committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    915bb40 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Attempt to prevent duplicate characters caused by keyboard-input simu…

    …lation
    
    By using an undefined unicode value (here: max Uint) to distinguish real character input and simulated ones. On some systems the additional KeyDown event was also translated into a character which this change should fix by comparing some event fields.
    
    Also moved the check from the main code to the modular Joystick file/implementation
    RattleSN4K3 committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    417937c View commit details
    Browse the repository at this point in the history