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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32InputManager.cpp 148 if( GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_JOYSTICK ||
149 GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_GAMEPAD ||
150 GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_1STPERSON ||
151 GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_DRIVING ||
152 GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_FLIGHT ||
153 GET_DIDEVICE_TYPE(lpddi->dwDevType) == DI8DEVTYPE_SUPPLEMENTAL)
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h 516 #define GET_DIDEVICE_TYPE(dwDevType) LOBYTE(dwDevType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h 346 #define GET_DIDEVICE_TYPE(dwDevType) LOBYTE(dwDevType)
    [all...]

Completed in 43 milliseconds