Searched refs:aMP2 (Results 1 – 1 of 1) sorted by relevance
2594 static USHORT ImplSalGetKeyCode( Os2SalFrame* pFrame, MPARAM aMP1, MPARAM aMP2 ) in ImplSalGetKeyCode() argument2597 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplSalGetKeyCode()2598 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplSalGetKeyCode()2740 static sal_Unicode ImplConvertKey( Os2SalFrame* pFrame, MPARAM aMP1, MPARAM aMP2 ) in ImplConvertKey() argument2743 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplConvertKey()2744 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplConvertKey()
Completed in 27 milliseconds