Home
last modified time | relevance | path

Searched refs:shiftstate (Results 1 – 1 of 1) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3687 BYTE shiftstate = HIBYTE(scan); in MapUnicodeToKeyCode() local
3696 (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 55 milliseconds