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] )1435 mpLastSuperEvent = mpLastEvent;1436 [NSApp performSelector:@selector(sendSuperEvent:) withObject: mpLastEvent];1455 [self sendSingleCharacter: mpLastEvent];1663 [self sendSingleCharacter:mpLastEvent];[all …]
71 NSEvent* mpLastEvent; field
Completed in 25 milliseconds