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

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

Merged
merged 7 commits into from
Jul 16, 2024

Conversation

floooh
Copy link
Owner

@floooh floooh commented Jul 14, 2024

Fixes #1080 by adapting the runtime key mapping code from GLFW.

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

@floooh floooh self-assigned this Jul 14, 2024
@floooh floooh merged commit 6ffde62 into master Jul 16, 2024
56 checks passed
@floooh floooh deleted the issue1080_fix-linux-keycodes branch July 16, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Key events on Linux always use the **first** keyboard layout in the system's keyboard layout list.
1 participant