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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
LinuxPrereqs.h 53 class JoyStickInfo
56 JoyStickInfo(): devId(-1),joyFileD(-1),version(0),axes(0),buttons(0),hats(0) {}
79 typedef std::vector< JoyStickInfo > JoyStickInfoList;
LinuxJoyStickEvents.h 39 LinuxJoyStick(InputManager* creator, bool buffered, const JoyStickInfo& js);
59 JoyStickInfo _getJoyInfo();
EventHelpers.h 36 static bool isJoyStick( int deviceID, JoyStickInfo &js );
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32Prereqs.h 57 class JoyStickInfo
68 typedef std::vector<JoyStickInfo> JoyStickInfoList;
Win32JoyStick.h 34 Win32JoyStick( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings, const JoyStickInfo &info );
78 JoyStickInfo mJoyInfo;
Win32InputManager.h 70 void _returnJoyStick(const JoyStickInfo& joystick);
  /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)
225 JoyStickInfo LinuxJoyStick::_getJoyInfo()
227 JoyStickInfo js;
262 JoyStickInfo js;
EventHelpers.cpp 158 bool EventUtils::isJoyStick( int deviceID, JoyStickInfo &js )
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32InputManager.cpp 155 JoyStickInfo jsInfo;
171 void Win32InputManager::_returnJoyStick(const JoyStickInfo& joystick)
Win32JoyStick.cpp 65 Win32JoyStick::Win32JoyStick( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings, const JoyStickInfo &info ) :

Completed in 202 milliseconds