Home
last modified time | relevance | path

Searched refs:_nCurrJoyInd (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DFFConsoleDemo.cpp279 int _nCurrJoyInd; member in JoystickManager
293 : _pInputMgr(pInputMgr), _nCurrJoyInd(-1), _dMasterGain(0.5), _bAutoCenter(true) in JoystickManager()
363 if (_nCurrJoyInd < 0) in selectJoystick()
365 _nCurrJoyInd = 0; in selectJoystick()
371 _nCurrJoyInd += eWhich; in selectJoystick()
372 if (_nCurrJoyInd < -1 || _nCurrJoyInd >= (int)_vecJoys.size()) in selectJoystick()
373 _nCurrJoyInd = -1; in selectJoystick()
374 if (_vecJoys.size() > 1 && _nCurrJoyInd >= 0) in selectJoystick()
384 return (_nCurrJoyInd >= 0) ? _vecFFDev[_nCurrJoyInd] : 0; in getCurrentFFDevice()
389 if (_nCurrJoyInd >= 0) in changeMasterGain()
[all …]