Home
last modified time | relevance | path

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

/AOO41X/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] )
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 …]
/AOO41X/main/vcl/inc/aqua/
H A Dsalframeview.h71 NSEvent* mpLastEvent; variable