• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching defs:eventRef

9155 mac_event_to_emacs_modifiers (EventRef eventRef)
9158 GetEventParameter (eventRef, kEventParamKeyModifiers, typeUInt32, NULL,
9161 GetEventClass(eventRef) == kEventClassMouse)
9204 static Boolean mac_convert_event_ref (EventRef eventRef, EventRecord *eventRec)
9207 Boolean result = ConvertEventRefToEventRecord (eventRef, eventRec);
9213 switch (GetEventClass (eventRef))
9216 switch (GetEventKind (eventRef))
9234 switch (GetEventKind (eventRef))
9249 err = GetEventParameter (eventRef, kEventParamKeyMacCharCodes,
9253 err = GetEventParameter (eventRef, kEventParamKeyCode,
9279 GetEventParameter (eventRef, kEventParamMouseLocation, typeQDPoint,
9283 GetEventParameter (eventRef, kEventParamKeyModifiers, typeUInt32,
9287 eventRec->when = EventTimeToTicks (GetEventTime (eventRef));
10734 EventRef eventRef;
10762 kEventRemoveFromQueue, &eventRef))
10776 timestamp = GetEventTime (eventRef) / kEventDurationMillisecond;
10783 if (!mac_convert_event_ref (eventRef, &er))
10794 SendEventToEventTarget (eventRef, toolbox_dispatcher);
10811 if (SendEventToEventTarget (eventRef, toolbox_dispatcher)
10884 inev.code = mac_get_mouse_btn (eventRef);
10885 inev.modifiers = mac_event_to_emacs_modifiers (eventRef);
11060 if (SendEventToEventTarget (eventRef, toolbox_dispatcher)
11070 if (SendEventToEventTarget (eventRef, toolbox_dispatcher)
11169 if (SendEventToEventTarget (eventRef, toolbox_dispatcher)
11249 GetEventParameter (eventRef, kEventParamKeyModifiers,
11268 err = SendEventToEventTarget (eventRef, toolbox_dispatcher);
11464 ReleaseEvent (eventRef);