Microsoft DirectX 9.0 SDK Update (October 2004)

EffectType Enumeration

Language:

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.
All 0

Enumeration Information

Namespace Microsoft.DirectX.DirectInput
Assembly Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
Strong Name Microsoft.DirectX.DirectInput,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center