Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DFFConsoleDemo.cpp763 EventHandler* _pEventHdlr; member in Application
792 _pEventHdlr = 0; in Application()
855 _pEventHdlr = new EventHandler(this); in initialize()
859 _pKeyboard->setEventCallback( _pEventHdlr ); in initialize()
862 _pJoystickMgr = new JoystickManager(_pInputMgr, _pEventHdlr); in initialize()
874 _pEventHdlr->initialize(_pJoystickMgr, _pEffectMgr); in initialize()
987 if (_pEventHdlr) in terminate()
989 delete _pEventHdlr; in terminate()
990 _pEventHdlr = 0; in terminate()