Note: This documentation is preliminary and is subject to change.
Definition
Visual Basic .NET
Public Enum EffectType
C#
public enum EffectType
Managed C++
__value public enum EffectType
JScript .NET
public enum EffectType
Members
Member
Value
Description
CustomForce
5
Condition
4
Contains type-specific information for effects that are marked as DIEFT_CONDITION.A reference to an array of Dicondition structures for an effect is passed in the lpvTypeSpecificParams member of the Dieffect structure. The number of elements in the array must be either one, or equal to the number of axes associated with the effect.
RampForce
2
ConstantForce
1
StartDelay
32768
DeadBand
16384
PosNegSaturation
8192
PosNegCoeffecients
4096
Saturation
2048
Retrieves a value for the
ForceFeedbackFade
1024
ForceFeedbackAttack
512
Hardware
255
Periodic
3
Contains type-specific information for effects that are marked as DIEFT_PERIODIC.The structure describes a periodic effect.A reference to a single Diperiodic structure for an effect is passed in the lpvTypeSpecificParams member of the Dieffect structure.