floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
7.12k stars 501 forks source link

sokol_app.h Linux: make key events actually layout independent. #1081

Closed floooh closed 4 months ago

floooh commented 4 months ago

Fixes https://github.com/floooh/sokol/issues/1080 by adapting the runtime key mapping code from GLFW.

Also some general code cleanup in the X11 event handler function.