Platform SDK: DirectX

CONST_DIDATAFORMATFLAGS

The CONST_DIDATAFORMATFLAGS enumeration is used in the lFlags member of the DIDATAFORMAT type to describe additional attributes of the data format.

Enum CONST_DIDATAFORMATFLAGS
    DIDF_ABSAXIS = 1
    DIDF_RELAXIS = 2
End Enum
DIDF_ABSAXIS
The axes are in absolute mode. Setting this flag in the data format is equivalent to manually setting the axis mode property using the DirectInputDevice.SetProperty method. This may not be combined with DIDF_RELAXIS flag.
DIDF_RELAXIS
The axes are in relative mode. Setting this flag in the data format is equivalent to manually setting the axis mode property using the DirectInputDevice.SetProperty method. This may not be combined with the DIDF_ABSAXIS flag.