HomeSort by relevance Sort by last modified time
    Searched defs:SDLInputManager (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
SDLInputManager.cpp 23 #include "SDL/SDLInputManager.h"
32 const std::string SDLInputManager::iName = "SDL Input Wrapper";
35 SDLInputManager::SDLInputManager() : mGrabbed(false)
40 SDLInputManager::~SDLInputManager()
45 void SDLInputManager::_initialize( ParamList &paramList )
49 OIS_EXCEPT( E_General, "SDLInputManager::SDLInputManager >> SDL Not Initialized already!");
57 void SDLInputManager::_parseConfigSettings( ParamList &paramList
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/SDL/
SDLInputManager.h 34 class SDLInputManager : public InputManager
37 SDLInputManager();
38 virtual ~SDLInputManager();

Completed in 242 milliseconds