HomeSort by relevance Sort by last modified time
    Searched refs:createInputSystem (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISInputManager.h 65 static InputManager* createInputSystem( std::size_t winHandle );
76 static InputManager* createInputSystem( ParamList &paramList );
172 Called from createInputSystem, gives derived input class a chance to setup after it is created
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISInputManager.cpp 93 InputManager* InputManager::createInputSystem( std::size_t windowhandle )
100 return createInputSystem( pl );
104 InputManager* InputManager::createInputSystem( ParamList &paramList )
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.Ois.cpp 20 OIS::InputManager *inputManager = OIS::InputManager::createInputSystem(params);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
SdlDemo.cpp 165 InputManager *im = InputManager::createInputSystem(ParamList());
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp 333 g_InputManager = InputManager::createInputSystem(pl);
FFConsoleDemo.cpp 851 _pInputMgr = InputManager::createInputSystem(pl);

Completed in 377 milliseconds