Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DFFConsoleDemo.cpp272 InputManager* _pInputMgr; member in JoystickManager
293 : _pInputMgr(pInputMgr), _nCurrJoyInd(-1), _dMasterGain(0.5), _bAutoCenter(true) in JoystickManager()
336 _pInputMgr->destroyInputObject(pJoy); in JoystickManager()
344 _pInputMgr->destroyInputObject( _vecJoys[nJoyInd] ); in ~JoystickManager()
762 InputManager* _pInputMgr; member in Application
791 _pInputMgr = 0; in Application()
851 _pInputMgr = InputManager::createInputSystem(pl); in initialize()
852 cout << _pInputMgr->inputSystemName() << " created." << endl; in initialize()
858 _pKeyboard = (Keyboard*)_pInputMgr->createInputObject( OISKeyboard, true ); in initialize()
862 _pJoystickMgr = new JoystickManager(_pInputMgr, _pEventHdlr); in initialize()
[all …]