/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
D | OISFactoryCreator.h | 57 virtual int freeDevices(Type iType) = 0;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
D | OISWiiMoteFactoryCreator.h | 62 int freeDevices(Type iType);
|
D | OISWiiMoteFactoryCreator.cpp | 91 int WiiMoteFactoryCreator::freeDevices(Type iType) in freeDevices() function in WiiMoteFactoryCreator
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/ |
D | CocoaInputManager.h | 53 int freeDevices(Type iType);
|
D | MacInputManager.h | 52 int freeDevices(Type iType);
|
D | MacHIDManager.h | 84 int freeDevices(Type iType);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/ |
D | LinuxInputManager.h | 54 int freeDevices(Type iType);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/ |
D | OISLIRCFactoryCreator.h | 52 int freeDevices(Type iType);
|
D | OISLIRCFactoryCreator.cpp | 313 int LIRCFactoryCreator::freeDevices(Type iType) in freeDevices() function in LIRCFactoryCreator
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/ |
D | Win32InputManager.h | 51 int freeDevices(Type iType);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/ |
D | iPhoneInputManager.h | 67 int freeDevices(Type iType);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | MacInputManager.cpp | 153 int MacInputManager::freeDevices(Type iType) in freeDevices() function in MacInputManager
|
D | MacHIDManager.cpp | 405 int MacHIDManager::freeDevices(Type iType) in freeDevices() function in MacHIDManager 445 int freeDevs = freeDevices(iType); in createObject()
|
D | CocoaInputManager.mm | 131 int CocoaInputManager::freeDevices(Type iType) function
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/ |
D | LinuxInputManager.cpp | 136 int LinuxInputManager::freeDevices(Type iType) in freeDevices() function in LinuxInputManager
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/ |
D | OISInputManager.cpp | 204 if( (*i)->freeDevices(iType) > 0 ) in createInputObject()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/ |
D | Win32InputManager.cpp | 206 int Win32InputManager::freeDevices(Type iType) in freeDevices() function in Win32InputManager
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/ |
D | iPhoneInputManager.mm | 171 int iPhoneInputManager::freeDevices(Type iType) function
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/ |
D | cocoa.diff | 504 + /** @copydoc FactoryCreator::freeDevices */ 505 + int freeDevices(Type iType); 1604 +int CocoaInputManager::freeDevices(Type iType)
|