beaubrueggemann

Results 1 issues of beaubrueggemann

TLDR: I think SDL_Get_Key_Name(SDL_GetKeyFromScancode(SDL_SCANCODE_A, SDL_KMOD_NONE, false)) should return lowercase "a" (on QWERTY layouts). I just finished migrating a program I'm working on from SDL2 to SDL3. What motivated the migration...