Searched refs:mnModKeyCode (Results 1 – 5 of 5) sorted by relevance
145 …sal_uInt16 mnModKeyCode; // extended Modifier (MODKEY_LEFT, MODKEY_RIGHT, MODKEY_PRESS,… member
2171 if( pEvent->mnModKeyCode != 0 ) in ImplHandleSalKeyMod()2173 CommandModKeyData data( pEvent->mnModKeyCode ); in ImplHandleSalKeyMod()
3053 aModEvt.mnModKeyCode = 0; // emit no MODKEYCHANGE events in signalKey()3060 aModEvt.mnModKeyCode = pThis->m_nKeyModifiers; in signalKey()
3297 aModEvt.mnModKeyCode = 0; in HandleKeyEvent()3302 aModEvt.mnModKeyCode = mnExtKeyMod; in HandleKeyEvent()
3849 aModEvt.mnModKeyCode = 0; // no command events will be sent if this member is 0 in ImplHandleKeyMsg()3867 aModEvt.mnModKeyCode = nLastModKeyCode; in ImplHandleKeyMsg()
Completed in 322 milliseconds