| Microsoft DirectX 8.1 (Visual Basic) |
Used in the lFlags member of the DIEFFECT type.
Enum CONST_DIEFFFLAGS
DIEFF_CARTESIAN = 16 (&H10)
DIEFF_OBJECTOFFSETS = 2
DIEFF_POLAR = 32 (&H20)
End Enum
The default behavior of DirectInputDevice8.CreateEffect and DirectInputDevice8.CreateCustomEffect is to create the effect as if DIEFFECT.lFlags contained (DIEFF_OBJECTOFFSETS Or DIEFF_POLAR). In other words, it is not necessary to specify these flags.