Searched refs:VK_RCONTROL (Results 1 – 11 of 11) sorted by relevance
205 case VK_RCONTROL: in windowsKeyCodeWithoutLocation()227 case VK_RCONTROL: in locationModifiersFromWindowsKeyCode()
333 m_windowsVirtualKeyCode = VK_RCONTROL; in PlatformKeyboardEventBuilder()
134 /* 0x3E */ VK_RCONTROL, // Right Ctrl
54 case VK_RCONTROL: in windowsVirtualKeyCodeWithoutLocation()78 case VK_RCONTROL: in keyLocationCode()
158 wParam = VK_RCONTROL; in DIB_HandleMessage()230 wParam = VK_RCONTROL; in DIB_HandleMessage()518 VK_keymap[VK_RCONTROL] = SDLK_RCTRL; in DIB_InitOSKeymap()560 case VK_RCONTROL: in SDL_MapVirtualKey()
239 #define VK_RCONTROL 0xA3 macro
416 VKEY_RCONTROL = VK_RCONTROL,
140 {VK_RCONTROL, MockKeyboard::RIGHT_CONTROL}, in SetModifiers()
136 VKEY_RCONTROL = VK_RCONTROL,
72 else if (IsKeyDown(VK_RCONTROL)) in GetLocationModifier()
601 keystate[VK_RCONTROL] = 0; in IsCtrlShiftPressed()