Microsoft DirectX 8.1 (Visual Basic)

CONST_DICONDITIONFLAGS

Used in the conditionFlags member of the DIEFFECT type to set the axes and direction of a force-feedback effect.

Enum CONST_DICONDITIONFLAGS
    DICONDITION_USE_BOTH_AXES = 1
    DICONDITION_USE_DIRECTION = 2
End Enum

Constants

DICONDITION_USE_BOTH_AXES
Use data from both the conditionX and conditionY members of the DIEFFECT type
DICONDITION_USE_DIRECTION
Use data from only the conditionX member of the DIEFFECT type.