-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDL2 has no mapping for extended keycodes, so SDL2 apps/games are not expecting them. If an extended key code is encountered, the key code will instead be derived from the scancode, and the standard scancode will be returned for commonly remapped keys if no mapping is found, which matches the existing mapping and behavior of the real SDL2.
- Loading branch information
1 parent
b13e861
commit 8a72eae
Showing
1 changed file
with
53 additions
and
5 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