Searched refs:JoyStickState (Results 1 – 3 of 3) sorted by relevance
66 class _OISExport JoyStickState70 JoyStickState() { clear(); } in JoyStickState() function118 JoyStickEvent( Object* obj, const JoyStickState &st ) : EventArg(obj), state(st) {} in JoyStickEvent()121 const JoyStickState &state;201 const JoyStickState& getJoyStickState() const { return mState; } in getJoyStickState()219 JoyStickState mState;
10 class JoyStickState; variable
407 const JoyStickState &joy = js->getJoyStickState(); in handleNonBufferedJoy()