Lines Matching refs:mpLastEvent
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 );
1455 [self sendSingleCharacter: mpLastEvent];
1471 … std::map< NSEvent*, bool >::iterator it = GetSalData()->maKeyEventAnswer.find( mpLastEvent );
1663 [self sendSingleCharacter:mpLastEvent];
1672 mpLastEvent = nil;