HomeSort by relevance Sort by last modified time
    Searched refs:LinuxJoyStick (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
LinuxJoyStickEvents.h 36 class LinuxJoyStick : public JoyStick
39 LinuxJoyStick(InputManager* creator, bool buffered, const JoyStickInfo& js);
40 virtual ~LinuxJoyStick();
LinuxPrereqs.h 40 class LinuxJoyStick;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxJoyStickEvents.cpp 47 LinuxJoyStick::LinuxJoyStick(InputManager* creator, bool buffered, const JoyStickInfo& js)
67 LinuxJoyStick::~LinuxJoyStick()
73 void LinuxJoyStick::_initialize()
83 OIS_EXCEPT(E_InputDeviceNonExistant, "LinuxJoyStick::_initialize() >> JoyStick Not Found!");
87 void LinuxJoyStick::capture()
215 void LinuxJoyStick::setBuffered(bool buffered)
225 JoyStickInfo LinuxJoyStick::_getJoyInfo()
243 JoyStickInfoList LinuxJoyStick::_scanJoys(
    [all...]
LinuxInputManager.cpp 53 LinuxJoyStick::_clearJoys(unusedJoyStickList);
99 unusedJoyStickList = LinuxJoyStick::_scanJoys();
191 obj = new LinuxJoyStick(this, bufferMode, *i);
215 unusedJoyStickList.push_back( ((LinuxJoyStick*)obj)->_getJoyInfo() );

Completed in 517 milliseconds