Searched refs:lShift (Results 1 – 1 of 1) sorted by relevance
20 static unsigned int lShift = MapVirtualKey(VK_LSHIFT, MAPVK_VK_TO_VSC); in VirtualKeyCodeToKey() local22 return scancode == lShift ? KEY_LSHIFT : KEY_RSHIFT; in VirtualKeyCodeToKey()