mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Removed a tabstop.
This commit is contained in:
parent
6a2e8a7a90
commit
2befe01d39
@ -102,7 +102,7 @@ WIN_InitKeyboard(_THIS)
|
||||
SDL_SetScancodeName(SDL_SCANCODE_APPLICATION, "Menu");
|
||||
SDL_SetScancodeName(SDL_SCANCODE_LGUI, "Left Windows");
|
||||
SDL_SetScancodeName(SDL_SCANCODE_RGUI, "Right Windows");
|
||||
|
||||
|
||||
/* Are system caps/num/scroll lock active? Set our state to match. */
|
||||
if (GetKeyState(VK_CAPITAL) & 0x0001) {
|
||||
SDL_SendKeyboardKey(SDL_PRESSED, SDL_SCANCODE_CAPSLOCK);
|
||||
|
Loading…
Reference in New Issue
Block a user