Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2596 USHORT nKeyFlags = SHORT1FROMMP( aMP1 ); in ImplSalGetKeyCode() local
2604 if ( (nKeyFlags & KC_VIRTUALKEY) && (nKeyCode < KEY_TAB_SIZE) ) in ImplSalGetKeyCode()
2612 if ( (nCharCode >= '0') && (nCharCode <= '9') && (!rSVCode || !(nKeyFlags & KC_SHIFT)) ) in ImplSalGetKeyCode()
2654 if ( (nCharCode >= '0') && (nCharCode <= '9') && !(nKeyFlags & KC_SHIFT) ) in ImplSalGetKeyCode()
2707 static sal_Unicode ImplGetCharCode( Os2SalFrame* pFrame, USHORT nKeyFlags, in ImplGetCharCode() argument
2742 USHORT nKeyFlags = SHORT1FROMMP( aMP1 ); in ImplConvertKey() local
2752 if ( (nKeyFlags & KC_CHAR) || (nKeyFlags & KC_CTRL) || (nKeyFlags & KC_ALT) ) in ImplConvertKey()
2753 rSVCharCode = ImplGetCharCode( pFrame, nKeyFlags, nCharCode, nScanCode); in ImplConvertKey()
3560 USHORT nKeyFlags = SHORT1FROMMP( pMsg->mp1 ); in SalFrameWndProc() local
3563 if ( !(nKeyFlags & KC_KEYUP) && (nKeyFlags & KC_VIRTUALKEY) && in SalFrameWndProc()
[all …]

Completed in 26 milliseconds