Searched refs:nOS2KeyCode (Results 1 – 1 of 1) sorted by relevance
2770 USHORT nOS2KeyCode = (UCHAR)SHORT2FROMMP( nMP2 ); in ImplHandleKeyMsg() local2787 if ( (nOS2KeyCode == VK_SHIFT) || (nOS2KeyCode == VK_CTRL) || in ImplHandleKeyMsg()2788 (nOS2KeyCode == VK_ALT) || (nOS2KeyCode == VK_ALTGRAF) ) in ImplHandleKeyMsg()2811 if ( nLastOS2KeyChar == nOS2KeyCode ) in ImplHandleKeyMsg()2826 nLastOS2KeyChar = nOS2KeyCode; in ImplHandleKeyMsg()
Completed in 47 milliseconds