Microsoft DirectX 8.1 (Visual Basic)

CONST_DIDATAFORMATFLAGS

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

Constants

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 DirectInputDevice8.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 DirectInputDevice8.SetProperty method. This may not be combined with the DIDF_ABSAXIS flag.