Searched refs:shiftstate (Results 1 – 1 of 1) sorted by relevance
3687 BYTE shiftstate = HIBYTE(scan); in MapUnicodeToKeyCode() local3696 (shiftstate & 0x01) ? TRUE : FALSE, // shift in MapUnicodeToKeyCode()3697 (shiftstate & 0x02) ? TRUE : FALSE, // ctrl in MapUnicodeToKeyCode()3698 (shiftstate & 0x04) ? TRUE : FALSE, // alt in MapUnicodeToKeyCode()
Completed in 88 milliseconds