OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JoyStickListener
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISJoyStick.cpp
64
void JoyStick::setEventCallback(
JoyStickListener
*joyListener )
70
JoyStickListener
* JoyStick::getEventCallback() const
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISJoyStick.h
131
class _OISExport
JoyStickListener
134
virtual ~
JoyStickListener
() {}
193
Send a pointer to a class derived from
JoyStickListener
or 0 to clear the callback
195
virtual void setEventCallback(
JoyStickListener
*joyListener );
198
JoyStickListener
* getEventCallback() const;
222
JoyStickListener
*mListener;
OISPrereqs.h
123
class
JoyStickListener
;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.OisJoystick.cpp
27
class Listener : public OIS::
JoyStickListener
{
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp
68
class EventHandler : public KeyListener, public MouseListener, public
JoyStickListener
FFConsoleDemo.cpp
44
class EventHandler : public KeyListener, public
JoyStickListener
Completed in 705 milliseconds