mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 18:32:48 +00:00
This clears up confusion about whether to use SDL_KeyCode or SDL_Keycode and makes it clear that the values aren't the full set of possible keycodes. Fixes https://github.com/libsdl-org/SDL/issues/9493