Searched refs:DI8DEVCLASS_GAMECTRL (Results 1 – 5 of 5) sorted by relevance
259 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()
418 …(((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()
426 …(((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()
978 …(((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()
207 #define DI8DEVCLASS_GAMECTRL 4 macro