Searched refs:shiftstate (Results 1 – 1 of 1) sorted by relevance
3690 BYTE shiftstate = HIBYTE(scan); in MapUnicodeToKeyCode() local3699 (shiftstate & 0x01) ? TRUE : FALSE, // shift in MapUnicodeToKeyCode()3700 (shiftstate & 0x02) ? TRUE : FALSE, // ctrl in MapUnicodeToKeyCode()3701 (shiftstate & 0x04) ? TRUE : FALSE, // alt in MapUnicodeToKeyCode()
Completed in 26 milliseconds