mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Removed a tabstop.
This commit is contained in:
parent
6a2e8a7a90
commit
2befe01d39
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue