Searched refs:nShiftState (Results 1 – 2 of 2) sorted by relevance
53 sal_uInt32 nShiftState, 58 sal_uInt32 nShiftState ) const ;87 sal_uInt32 nShiftState ) const in LookupKeysymInDefaultGroup()89 return LookupKeysymInGroup( nKeyCode, nShiftState, mnDefaultGroup ); in LookupKeysymInDefaultGroup()
117 sal_uInt32 nShiftState, sal_uInt32 nGroup ) const in LookupKeysymInGroup() argument119 nShiftState &= ShiftMask; in LookupKeysymInGroup()121 KeySym nKeySymbol = XkbKeycodeToKeysym( mpDisplay, nKeyCode, nGroup, nShiftState ); in LookupKeysymInGroup()
Completed in 8 milliseconds