mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Mac: Whoops, lost legit Caps lock keypress events. Fixed.
This commit is contained in:
parent
fd6b435c6a
commit
51c1d69d13
@ -341,7 +341,8 @@ HandleCapsLock(unsigned short scancode,
|
||||
newMask = newMods & NSAlphaShiftKeyMask;
|
||||
|
||||
if (oldMask != newMask) {
|
||||
SDL_ToggleModState(KMOD_CAPS, newMask != 0);
|
||||
SDL_SendKeyboardKey(SDL_PRESSED, SDL_SCANCODE_CAPSLOCK);
|
||||
SDL_SendKeyboardKey(SDL_RELEASED, SDL_SCANCODE_CAPSLOCK);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user