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.cxx3684 BYTE shiftstate = HIBYTE(scan); in MapUnicodeToKeyCode() local
3693 (shiftstate & 0x01) ? TRUE : FALSE, // shift in MapUnicodeToKeyCode()
3694 (shiftstate & 0x02) ? TRUE : FALSE, // ctrl in MapUnicodeToKeyCode()
3695 (shiftstate & 0x04) ? TRUE : FALSE, // alt in MapUnicodeToKeyCode()