Home
last modified time | relevance | path

Searched refs:DI8DEVCLASS_GAMECTRL (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Ddinput_main.c259 case DI8DEVCLASS_GAMECTRL: return "DI8DEVCLASS_GAMECTRL"; in _dump_DIDEVTYPE_value()
478 …(dwDevType > DI8DEVCLASS_GAMECTRL && dwDevType < DI8DEVTYPE_DEVICE) || dwDevType > DI8DEVTYPE_SUPP… in IDirectInputAImpl_EnumDevices()
519 …(dwDevType > DI8DEVCLASS_GAMECTRL && dwDevType < DI8DEVTYPE_DEVICE) || dwDevType > DI8DEVTYPE_SUPP… in IDirectInputWImpl_EnumDevices()
1079 …enumSuccess = dinput_devices[i]->enum_deviceA(DI8DEVCLASS_GAMECTRL, DIEDFL_ATTACHEDONLY | dwFlags,… in IDirectInput8AImpl_EnumDevicesBySemantics()
1184 …enumSuccess = dinput_devices[i]->enum_deviceW(DI8DEVCLASS_GAMECTRL, DIEDFL_ATTACHEDONLY | dwFlags,… in IDirectInput8WImpl_EnumDevicesBySemantics()
1431 …if ((r = dinput_devices[i]->enum_deviceA(DI8DEVCLASS_GAMECTRL, 0, &dev, di->dwVersion, j)) == S_OK) in JoyConfig8Impl_GetConfig()
H A Djoystick_linux.c418 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceA()
447 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceW()
H A Djoystick_linuxinput.c426 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceA()
451 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceW()
H A Djoystick_osx.c978 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceA()
1026 …(((dwDevType == DI8DEVCLASS_GAMECTRL) || (dwDevType == DI8DEVTYPE_JOYSTICK)) && (version >= 0x0800… in joydev_enum_deviceW()
/reactos/sdk/include/psdk/
H A Ddinput.h207 #define DI8DEVCLASS_GAMECTRL 4 macro