| Platform SDK: DirectX |
Members of the CONST_DIDFTFLAGS enumeration are used in the flags parameter of the DirectInputDevice.GetDeviceObjectsEnum method to specify the type of device object to enumerate. These values are also returned by the DirectInputDeviceObjectInstance.GetFlags method to describe capabilities of the device object.
Enum CONST_DIDFTFLAGS
DIDFT_ABSAXIS = 2
DIDFT_ALL = 0
DIDFT_ANYINSTANCE = 16776960 (&HFFFF00)
DIDFT_AXIS = 3
DIDFT_BUTTON = 12
DIDFT_COLLECTION = 64 (&H40)
DIDFT_FFACTUATOR = 16777216 (&H1000000)
DIDFT_FFEFFECTTRIGGER = 33554432 (&H2000000)
DIDFT_INSTANCEMASK = 16776960(&HFFFF00)
DIDFT_NOCOLLECTION = 16776960 (&HFFFF00)
DIDFT_NODATA = 128 (&H80)
DIDFT_POV = 16 (&H10)
DIDFT_PSHBUTTON = 4
DIDFT_RELAXIS = 1
DIDFT_TGLBUTTON = 8
End Enum