| Summary: | GetKeyboardState not returning hardware keyboard state when using exotic keyboard layout | ||
|---|---|---|---|
| Product: | SDL | Reporter: | John Barbero Unenge <john.barbero.unenge> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.6 |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
John Barbero Unenge
2014-10-17 16:36:09 UTC
SDL_GetKeyboardState() actually returns an array indexed by scancodes which are not supposed to move around with layout changes. Ryan, can you confirm that the X11 code is doing the right thing here? |