Searched refs:theEvent (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXEvent.c28 - (NSEvent *)tkProcessEvent:(NSEvent *)theEvent {
30 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
32 NSEvent *processedEvent = theEvent;
33 NSEventType type = [theEvent type];
39 subtype = [theEvent subtype];
61 flags = [theEvent modifierFlags];
62 processedEvent = [self tkProcessKeyEvent:theEvent];
79 processedEvent = [self tkProcessMouseEvent:theEvent];
83 subtype = [theEvent subtype];
87 win = [theEvent windo
[all...]
H A DtkMacOSXKeyEvent.c34 - (NSEvent *)tkProcessKeyEvent:(NSEvent *)theEvent {
36 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
39 NSEventType type = [theEvent type];
50 repeat = [theEvent isARepeat];
51 characters = [theEvent characters];
52 charactersIgnoringModifiers = [theEvent charactersIgnoringModifiers];
54 modifiers = [theEvent modifierFlags];
55 keyCode = [theEvent keyCode];
56 w = [self windowWithWindowNumber:[theEvent windowNumber]];
63 return theEvent;
[all...]
H A DtkMacOSXMouseEvent.c40 - (NSEvent *)tkProcessMouseEvent:(NSEvent *)theEvent {
42 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
45 NSEventType type = [theEvent type];
56 trackingArea = [theEvent trackingArea];
72 eventNumber = [theEvent eventNumber];
74 clickCount = [theEvent clickCount];
75 buttonNumber = [theEvent buttonNumber];
83 win = [self windowWithWindowNumber:[theEvent windowNumber]];
87 return theEvent;
91 NSPoint global, local = [theEvent locationInWindo
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py33 def sendEvent_(self, theEvent):
34 if theEvent.type() == NSSystemDefined and \
35 theEvent.subtype() == kEventHotKeyPressedSubtype:
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py33 def sendEvent_(self, theEvent):
34 if theEvent.type() == NSSystemDefined and \
35 theEvent.subtype() == kEventHotKeyPressedSubtype:
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/HotKeyPython/
H A DHotKey.py33 def sendEvent_(self, theEvent):
34 if theEvent.type() == NSSystemDefined and \
35 theEvent.subtype() == kEventHotKeyPressedSubtype:
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py6 def mouseDown_(self, theEvent):
7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
10 #print "mouseDown_", theEvent, row
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py6 def mouseDown_(self, theEvent):
7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
10 #print "mouseDown_", theEvent, row
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py6 def mouseDown_(self, theEvent):
7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
10 #print "mouseDown_", theEvent, row
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWAKResponder.h43 - (void)scrollWheel:(WebEvent *)theEvent;
45 - (void)mouseEntered:(WebEvent *)theEvent;
46 - (void)mouseExited:(WebEvent *)theEvent;
71 - (void)mouseUp:(WebEvent *)theEvent;
72 - (void)mouseDown:(WebEvent *)theEvent;
73 - (void)mouseMoved:(WebEvent *)theEvent;
H A DWAKResponder.m63 - (void)mouseMoved:(WebEvent *)theEvent
65 [self _forwardEvent:theEvent];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py43 def getRelativeCenterPositionFromEvent_(self, theEvent):
44 curMousePt = self.convertPoint_fromView_(theEvent.locationInWindow(), None)
49 def mouseDown_(self, theEvent):
51 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
54 def mouseDragged_(self, theEvent):
56 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py43 def getRelativeCenterPositionFromEvent_(self, theEvent):
44 curMousePt = self.convertPoint_fromView_(theEvent.locationInWindow(), None)
49 def mouseDown_(self, theEvent):
51 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
54 def mouseDragged_(self, theEvent):
56 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Grady/
H A DMyBaseGradientView.py43 def getRelativeCenterPositionFromEvent_(self, theEvent):
44 curMousePt = self.convertPoint_fromView_(theEvent.locationInWindow(), None)
49 def mouseDown_(self, theEvent):
51 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
54 def mouseDragged_(self, theEvent):
56 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenWindow.mm54 - (void)keyDown:(NSEvent *)theEvent
56 if ([[theEvent charactersIgnoringModifiers] isEqual:@"\e"]) // Esacpe key-code
58 else [super keyDown:theEvent];
H A DWebCoreFullScreenPlaceholderView.mm88 - (void)mouseDown:(NSEvent *)theEvent
90 UNUSED_PARAM(theEvent);
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEBuild.c103 static Boolean CommandPeriod(EventRecord *theEvent);
198 AppleEvent theEvent, *theReplyPtr;
305 result = makeAppleEvent(interp, addressNameObj, classObj, eventIDObj, returnID, transactionID, &theEvent);
325 err = AEPutParamDesc(&theEvent, keyword, theAEDescPtr);
327 AEDisposeDesc(&theEvent);
365 err = AESend(&theEvent, theReplyPtr, replyFlag,
394 err = AEPutAttributeDesc(&theEvent, keyAddressAttr, theAddressPtr);
429 AEDisposeDesc(&theEvent);
526 CommandPeriod(EventRecord *theEvent)
535 if ((theEvent
196 AppleEvent theEvent, *theReplyPtr; local
522 CommandPeriod(EventRecord *theEvent) argument
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c579 DVCEventRecord theEvent; local
612 theEvent.eventHeader.deviceID = (DVCDeviceID) connID;
613 theEvent.eventHeader.theEvent = kDVIsochReadEnabled;
614 DVCPostEvent( &theEvent );
632 DVCEventRecord theEvent; local
661 theEvent.eventHeader.deviceID = (DVCDeviceID) connID;
662 theEvent.eventHeader.theEvent = kDVIsochReadDisabled;
663 DVCPostEvent( &theEvent );
727 DVCEventRecord theEvent; local
767 DVCEventRecord theEvent; local
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm136 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
140 getCarbonEvent(&event, theEvent);
149 void WebNetscapePluginEventHandlerCarbon::mouseUp(NSEvent* theEvent)
153 getCarbonEvent(&event, theEvent);
162 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
167 void WebNetscapePluginEventHandlerCarbon::mouseEntered(NSEvent* theEvent)
171 getCarbonEvent(&event, theEvent);
180 void WebNetscapePluginEventHandlerCarbon::mouseExited(NSEvent* theEvent)
184 getCarbonEvent(&event, theEvent);
197 void WebNetscapePluginEventHandlerCarbon::mouseMoved(NSEvent* theEvent)
[all...]
/macosx-10.10/OpenSSL098-52/src/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp57 EventRecord theEvent; local
58 ::EventAvail(everyEvent,&theEvent);
/macosx-10.10/vim-55/src/proto/
H A Dgui_mac.pro7 pascal Boolean WaitNextEventWrp __ARGS((EventMask eventMask, EventRecord *theEvent, UInt32 sleep, RgnHandle mouseRgn));
11 void gui_mac_doMouseDown __ARGS((EventRecord *theEvent));
12 void gui_mac_do_key __ARGS((EventRecord *theEvent));
132 void gui_mac_doInContentClick __ARGS((EventRecord *theEvent, WindowPtr whichWindow));
138 void gui_mac_doKeyEvent __ARGS((EventRecord *theEvent));
139 void gui_mac_doMouseDownEvent __ARGS((EventRecord *theEvent));
141 void gui_mac_doMouseUpEvent __ARGS((EventRecord *theEvent));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py66 def mouseDragged_(self, theEvent):
84 def mouseDown_(self, theEvent):
90 self.convertBaseToScreen_(theEvent.locationInWindow())
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py66 def mouseDragged_(self, theEvent):
84 def mouseDown_(self, theEvent):
90 self.convertBaseToScreen_(theEvent.locationInWindow())
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py66 def mouseDragged_(self, theEvent):
84 def mouseDown_(self, theEvent):
90 self.convertBaseToScreen_(theEvent.locationInWindow())
/macosx-10.10/vim-55/src/
H A Dgui_mac.c79 EventHandlerCallRef nextHandler, EventRef theEvent, void *data);
82 EventHandlerCallRef nextHandler, EventRef theEvent, void *data);
85 EventHandlerCallRef nextHandler, EventRef theEvent);
88 EventHandlerCallRef nextHandler, EventRef theEvent);
910 AppleEvent theEvent = {typeNull, nil }; local
924 kAutoGenerateReturnID, kAnyTransactionID, &theEvent);
934 anErr = AEPutParamPtr(&theEvent, keyDirectObject, typeChar, &ModData, sizeof(ModData));
942 anErr = AESend(&theEvent, &theReply, sendMode, kAENormalPriority, kNoTimeOut, idleProcUPP, nil);
1679 gui_mac_doInContentClick(EventRecord *theEvent, WindowPtr whichWindow) argument
1688 thePoint = theEvent
1814 gui_mac_doInZoomClick(EventRecord *theEvent, WindowPtr whichWindow) argument
2020 gui_mac_handle_window_activate( EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
2050 gui_mac_handle_text_input( EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
2085 gui_mac_update_input_area( EventHandlerCallRef nextHandler, EventRef theEvent) argument
2097 gui_mac_unicode_key_event( EventHandlerCallRef nextHandler, EventRef theEvent) argument
2260 gui_mac_doKeyEvent(EventRecord *theEvent) argument
2438 gui_mac_doMouseDownEvent(EventRecord *theEvent) argument
2522 gui_mac_doMouseUpEvent(EventRecord *theEvent) argument
2545 gui_mac_mouse_wheel(EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
4414 EventRecord theEvent; local
4428 WaitNextEventWrp(EventMask eventMask, EventRecord *theEvent, UInt32 sleep, RgnHandle mouseRgn) argument
[all...]

Completed in 251 milliseconds

123