Home
last modified time | relevance | path

Searched refs:InputManager (Results 1 – 25 of 67) sorted by relevance

123

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISInputManager.cpp58 InputManager::InputManager(const std::string& name) : in InputManager() function in InputManager
69 InputManager::~InputManager() in ~InputManager()
81 unsigned int InputManager::getVersionNumber() in getVersionNumber()
87 const std::string &InputManager::getVersionName() in getVersionName()
93 InputManager* InputManager::createInputSystem( std::size_t windowhandle ) in createInputSystem()
104 InputManager* InputManager::createInputSystem( ParamList &paramList ) in createInputSystem()
106 InputManager* im = 0; in createInputSystem()
149 void InputManager::destroyInputSystem(InputManager* manager) in destroyInputSystem()
166 const std::string& InputManager::inputSystemName() in inputSystemName()
172 int InputManager::getNumberOfDevices( Type iType ) in getNumberOfDevices()
[all …]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
Dcom.badlogic.gdx.controllers.desktop.ois.Ois.cpp20 OIS::InputManager *inputManager = OIS::InputManager::createInputSystem(params); in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_createInputManager()
31 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr; in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getJoystickNames()
50 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr; in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getVersionNumber()
61 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr; in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getVersionName()
72 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr; in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getInputSystemName()
83 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr; in Java_com_badlogic_gdx_controllers_desktop_ois_Ois_createJoystick()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISInputManager.h38 class _OISExport InputManager
65 static InputManager* createInputSystem( std::size_t winHandle );
76 static InputManager* createInputSystem( ParamList &paramList );
84 static void destroyInputSystem(InputManager* manager);
180 InputManager(const std::string& name);
186 virtual ~InputManager();
DOISObject.h47 InputManager* getCreator() const { return mCreator; } in getCreator()
72 int devID, InputManager* creator) : in Object()
92 InputManager* mCreator;
DOISFactoryCreator.h72 …virtual Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string…
/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
DControllerLifeCycleListener.java20 import android.hardware.input.InputManager;
21 import android.hardware.input.InputManager.InputDeviceListener;
35 private final InputManager inputManager;
40 this.inputManager = (InputManager)((Context)Gdx.app).getSystemService(Context.INPUT_SERVICE); in ControllerLifeCycleListener()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
DSdlDemo.cpp165 InputManager *im = InputManager::createInputSystem(ParamList()); in initOIS()
189 if( InputManager::getSingletonPtr() ) in destroyOIS()
191 InputManager::getSingletonPtr()->destroyInputObject(gKeyboard); in destroyOIS()
192 InputManager::destroyInputSystem(); in destroyOIS()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
DSDLMouse.cpp47 static_cast<SDLInputManager*>(InputManager::getSingletonPtr())->_setGrabMode(true); in _initialize()
56 static_cast<SDLInputManager*>(InputManager::getSingletonPtr())->_setGrabMode(false); in ~SDLMouse()
132 SDLInputManager* man = static_cast<SDLInputManager*>(InputManager::getSingletonPtr()); in capture()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DCocoaInputManager.h35 class CocoaInputManager : public InputManager, public FactoryCreator
59 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DMacInputManager.h34 class MacInputManager : public InputManager, public FactoryCreator
58 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DMacMouse.h38 MacMouse( InputManager* creator, bool buffered );
DCocoaMouse.h40 CocoaMouse( InputManager* creator, bool buffered );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxInputManager.h36 class LinuxInputManager : public InputManager, public FactoryCreator
60 …Object* createObject(InputManager *creator, Type iType, bool bufferMode, const std::string & vendo…
DLinuxMouse.h35 LinuxMouse(InputManager* creator, bool buffered, bool grab, bool hide);
DLinuxJoyStickEvents.h39 LinuxJoyStick(InputManager* creator, bool buffered, const JoyStickInfo& js);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
DWin32InputManager.h33 class Win32InputManager : public InputManager, public FactoryCreator
57 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DWin32Mouse.h34 Win32Mouse( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
DiPhoneInputManager.h49 class iPhoneInputManager : public InputManager, public FactoryCreator
73 …Object* createObject(InputManager* creator, Type iType, bool bufferMode, const std::string & vendo…
DiPhoneMultiTouch.h38 iPhoneMultiTouch( InputManager* creator, bool buffered );
DiPhoneAccelerometer.h17 iPhoneAccelerometer(InputManager* creator, bool buffered);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacInputManager.cpp40 MacInputManager::MacInputManager() : InputManager("Mac OS X Input Manager") in MacInputManager()
173 Object* MacInputManager::createObject(InputManager* creator, Type iType, bool bufferMode, in createObject()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxInputManager.cpp34 LinuxInputManager::LinuxInputManager() : InputManager("X11InputManager") in LinuxInputManager()
165 Object* LinuxInputManager::createObject(InputManager *creator, Type iType, bool bufferMode, const s… in createObject()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DOISConsole.cpp52 InputManager *g_InputManager = 0; //Our Input System
227 InputManager::destroyInputSystem(g_InputManager); in main()
333 g_InputManager = InputManager::createInputSystem(pl); in doStartup()
336 g_InputManager->enableAddOnFactory(InputManager::AddOn_All); in doStartup()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/SDL/
DSDLInputManager.h34 class SDLInputManager : public InputManager
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32InputManager.cpp32 Win32InputManager::Win32InputManager() : InputManager("Win32InputManager") in Win32InputManager()
235 Object* Win32InputManager::createObject(InputManager* creator, Type iType, bool bufferMode, const s… in createObject()

123