Searched defs:setEventCallback (Results 1 - 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
H A DOISJoyStick.cpp64 void JoyStick::setEventCallback( JoyStickListener *joyListener ) function in class:JoyStick
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
H A DOISMouse.h92 methods here. Then set the call back to your Mouse instance with Mouse::setEventCallback
119 virtual void setEventCallback( MouseListener *mouseListener ) {mListener = mouseListener;} function in class:OIS::Mouse
H A DOISMultiTouch.h95 methods here. Then set the call back to your MultiTouch instance with MultiTouch::setEventCallback
123 virtual void setEventCallback( MultiTouchListener *touchListener ) {mListener = touchListener;} function in class:OIS::MultiTouch
H A DOISKeyboard.h197 methods here. Then set the call back to your Keyboard instance with Keyboard::setEventCallback
231 virtual void setEventCallback(KeyListener *keyListener) { mListener = keyListener;} function in class:OIS::Keyboard

Completed in 95 milliseconds