Searched refs:HIGHBITMASKSHORT (Results 1 – 1 of 1) sorted by relevance
41 static const unsigned short HIGHBITMASKSHORT = 0x8000; variable90 shiftKey = GetKeyState(VK_SHIFT) & HIGHBITMASKSHORT; in getCurrentModifierState()91 ctrlKey = GetKeyState(VK_CONTROL) & HIGHBITMASKSHORT; in getCurrentModifierState()92 altKey = GetKeyState(VK_MENU) & HIGHBITMASKSHORT; in getCurrentModifierState()