HomeSort by relevance Sort by last modified time
    Searched defs:MacMouse (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacMouse.cpp 26 #include "mac/MacMouse.h"
52 MacMouse::MacMouse( InputManager* creator, bool buffered )
65 MacMouse::~MacMouse()
83 void MacMouse::_initialize()
120 OIS_EXCEPT( E_General, "MacMouse::_initialize >> Error loading Mouse event handler" );
123 OIS_EXCEPT( E_General, "MacMouse::_initialize >> Error loading Mouse event handler" );
130 OSStatus MacMouse::WindowFocusChanged(EventHandlerCallRef nextHandler, EventRef event, void* macMouse)
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacMouse.h 35 class MacMouse : public Mouse
38 MacMouse( InputManager* creator, bool buffered );
39 virtual ~MacMouse();
57 static OSStatus WindowFocusChanged(EventHandlerCallRef nextHandler, EventRef event, void* macMouse);

Completed in 84 milliseconds