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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32InputManager.h 32 /** Win32InputManager specialization - Using DirectInput8 */
33 class Win32InputManager : public InputManager, public FactoryCreator
36 Win32InputManager();
37 virtual ~Win32InputManager();
Win32Prereqs.h 50 class Win32InputManager;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32InputManager.cpp 23 #include "win32/Win32InputManager.h"
32 Win32InputManager::Win32InputManager() : InputManager("Win32InputManager")
49 Win32InputManager::~Win32InputManager()
59 void Win32InputManager::_initialize( ParamList &paramList )
68 OIS_EXCEPT( E_InvalidParam, "Win32InputManager::Win32InputManager >> No HWND found!" );
79 OIS_EXCEPT( E_General, "Win32InputManager::Win32InputManager >> The sent HWND is not valid!")
    [all...]
Win32Mouse.cpp 24 #include "win32/Win32InputManager.h"
39 static_cast<Win32InputManager*>(mCreator)->_setMouseUsed(true);
62 mHwnd = ((Win32InputManager*)mCreator)->getWindowHandle();
85 static_cast<Win32InputManager*>(mCreator)->_setMouseUsed(false);
Win32KeyBoard.cpp 23 #include "win32/Win32InputManager.h"
42 static_cast<Win32InputManager*>(mCreator)->_setKeyboardUsed(true);
57 HWND hwin = ((Win32InputManager*)mCreator)->getWindowHandle();
89 static_cast<Win32InputManager*>(mCreator)->_setKeyboardUsed(false);
Win32JoyStick.cpp 24 #include "win32/Win32InputManager.h"
88 static_cast<Win32InputManager*>(mCreator)->_returnJoyStick(mJoyInfo);
120 HWND hwin = ((Win32InputManager*)mCreator)->getWindowHandle();
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISInputManager.cpp 34 # include "win32/Win32InputManager.h"
111 im = new Win32InputManager();

Completed in 67 milliseconds