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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
iPhoneInputManager.mm 24 #include "iphone/iPhoneInputManager.h"
91 iPhoneInputManager::iPhoneInputManager() : InputManager("iPhone Input Manager")
101 iPhoneInputManager::~iPhoneInputManager()
108 void iPhoneInputManager::_initialize( ParamList &paramList )
123 void iPhoneInputManager::_parseConfigSettings( ParamList &paramList )
142 OIS_EXCEPT( E_General, "iPhoneInputManager::_parseConfigSettings >> Unable to find a window or event target" );
146 DeviceList iPhoneInputManager::freeDeviceList()
160 int iPhoneInputManager::totalDevices(Type iType
    [all...]
iPhoneAccelerometer.mm 24 #include "iphone/iPhoneInputManager.h"
32 iPhoneInputManager *man = static_cast<iPhoneInputManager*>(mCreator);
42 iPhoneInputManager *man = static_cast<iPhoneInputManager*>(mCreator);
iPhoneMultiTouch.mm 24 #include "iphone/iPhoneInputManager.h"
32 iPhoneInputManager *man = static_cast<iPhoneInputManager*>(mCreator);
40 iPhoneInputManager *man = static_cast<iPhoneInputManager*>(mCreator);
102 CGPoint location = [touch locationInView:static_cast<iPhoneInputManager*>(mCreator)->_getDelegate()];
121 CGPoint location = [touch locationInView:static_cast<iPhoneInputManager*>(mCreator)->_getDelegate()];
140 CGPoint location = [touch locationInView:static_cast<iPhoneInputManager*>(mCreator)->_getDelegate()];
141 CGPoint previousLocation = [touch previousLocationInView:static_cast<iPhoneInputManager*>(mCreator)->_getDelegate()];
162 CGPoint location = [touch locationInView:static_cast<iPhoneInputManager*>(mCreator)->_getDelegate()]
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
iPhoneInputManager.h 49 class iPhoneInputManager : public InputManager, public FactoryCreator
52 iPhoneInputManager();
53 virtual ~iPhoneInputManager();
iPhonePrereqs.h 32 class iPhoneInputManager;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISInputManager.cpp 41 # include "iphone/iPhoneInputManager.h"
130 im = new iPhoneInputManager();

Completed in 595 milliseconds