Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp62 m_wiiMoteSupport(0) in InputManager()
76 delete m_wiiMoteSupport; in ~InputManager()
295 if( m_wiiMoteSupport == 0 ) in enableAddOnFactory()
297 m_wiiMoteSupport = new WiiMoteFactoryCreator(); in enableAddOnFactory()
298 addFactoryCreator(m_wiiMoteSupport); in enableAddOnFactory()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISInputManager.h202 WiiMoteFactoryCreator *m_wiiMoteSupport; variable