STREGAsGate / GateEngine

Swift Game Engine supporting Windows, Linux, macOS, HTML5, and more 🚂
Apache License 2.0
280 stars 6 forks source link

Audit Keyboard Inputs #7

Closed STREGA closed 1 year ago

STREGA commented 1 year ago

Modifiers as actual keys for keyDown/keyUp ~Add media keys (play, pause, etc...)~ Add number pad Differentiate key for controls and character for text input

Android Deferred #14

STREGA commented 1 year ago

Used X11's keycode, but that is not standardized. Need to go back and run it through codeToKeysym. https://www.x.org/releases/X11R7.5/doc/man/man3/XkbKeycodeToKeysym.3.html Then re audit all the keys.