Home
last modified time | relevance | path

Searched refs:mpLastEvent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm921 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 …]
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h71 NSEvent* mpLastEvent; field

Completed in 37 milliseconds