Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacMouse.cpp55 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()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DMacMouse.h61 EventHandlerRef mouseEventRef; variable