Searched refs:VK_CAPITAL (Results 1 – 16 of 16) sorted by relevance
50 case VK_CAPITAL: in keyIdentifierForWindowsKeyCode()214 return GetKeyState(VK_CAPITAL) & 1; in currentCapsLockState()
41 #undef VK_CAPITAL75 #define VK_CAPITAL 0x14 // CAPS LOCK key macro
80 return GetKeyState(VK_CAPITAL) & 1; in currentCapsLockState()
75 VKEY_CAPITAL = VK_CAPITAL,
188 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForKeyEvent()
48 #define VK_CAPITAL 0x14 // CAPS LOCK key macro
94 gWindowsKeyMap.set("Caps_Lock", VK_CAPITAL); in createWindowsKeyMap()
230 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForGdkKeyCode()
95 if (::GetKeyState(VK_CAPITAL) & 1) in SetToggleKeyState()
275 return VK_CAPITAL; // (14) CAPS LOCK key in windowsKeyCodeForKeyEvent()
235 case VK_CAPITAL: in keyIdentifierFromEvent()
415 VK_keymap[VK_CAPITAL] = SDLK_CAPSLOCK; in DIB_InitOSKeymap()
322 if ( keyboard[VK_CAPITAL] & 0x01) { in WIN_GetKeyboardState()
392 /* 0x39 */ VK_CAPITAL, // Caps Lock
644 // VK_CAPITAL (14) caps locks key729 // VK_CAPITAL (14) CAPS LOCK key
2457 if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL) in keyEvent()