Home
last modified time | relevance | path

Searched refs:shiftstate (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3690 BYTE shiftstate = HIBYTE(scan); in MapUnicodeToKeyCode() local
3699 (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 39 milliseconds