CONST_DIFEFFLAGS
Used in the flags member of the DirectInputDevice8.CreateEffectFromFile method.
Enum CONST_DIFEFFLAGS
DIFEF_DEFAULT = 0
DIFEF_INCLUDENONSTANDARD = 1
DIFEF_MODIFYIFNEEDED = 16 (&H10)
End Enum
Constants
- DIFEF_DEFAULT
- Do not create a nonstandard effect or modify the effect parameters.
- DIFEF_INCLUDENONSTANDARD
- Create an effect type that is not predefined by Microsoft® DirectInput®. If this flag is not set, the method fails when called on such effects.
- DIFEF_MODIFYIFNEEDED
- Instruct DirectInput® to modify the authored effect, if necessary, so that it plays on the current device. For example, by default, an effect authored for two axes does not play on a single-axis device. Setting this flag allows the effect to play on a single axis.