Searched refs:mpLastEvent (Results 1 – 2 of 2) sorted by relevance
921 mpLastEvent = pEvent;953 if( [self sendSingleCharacter: mpLastEvent] )1020 … if( mpLastEvent && ( [mpLastEvent type] == NSKeyDown || [mpLastEvent type] == NSKeyUp ) )1023 NSString* pUnmodifiedString = [mpLastEvent charactersIgnoringModifiers]; 1030 nLastModifiers = [mpLastEvent modifierFlags];1429 if( ! [self sendSingleCharacter:mpLastEvent] )1432 … if( mpLastEvent != mpLastSuperEvent && [NSApp respondsToSelector: @selector(sendSuperEvent:)] )1435 mpLastSuperEvent = mpLastEvent;1436 [NSApp performSelector:@selector(sendSuperEvent:) withObject: mpLastEvent];1439 … std::map< NSEvent*, bool >::iterator it = GetSalData()->maKeyEventAnswer.find( mpLastEvent );[all …]
71 NSEvent* mpLastEvent; variable