-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quick shift key presses getting ignored on dinput driver (#17185)
Because shift keys were ignored in the event message and only issued during polling, a quick key press and release between polling would get ignored. This change also fixes left alt up key events getting issued (and sent to the core) twice.
- Loading branch information
1 parent
6135771
commit c039576
Showing
2 changed files
with
78 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters