Searched refs:mouseEventRef (Results 1 – 2 of 2) sorted by relevance
55 mouseEventRef = NULL; in MacMouse()67 if(mouseEventRef != NULL) in ~MacMouse()68 RemoveEventHandler(mouseEventRef); in ~MacMouse()111 if(mouseEventRef != NULL) in _initialize()112 RemoveEventHandler(mouseEventRef); in _initialize()117 mouseEventRef = mWindowFocusHandler = NULL; in _initialize()119 …ndler(event, mouseUPP, GetEventTypeCount(mouseEvents), mouseEvents, this, &mouseEventRef) != noErr) in _initialize()
61 EventHandlerRef mouseEventRef; variable