[ TDx_Input_Library ]
[ next: TDIEffectInfo ]
[ prev: TDIEffEscape ]
class TDIEffect : public TComponent
class PACKAGE TDIEffect : public TComponent
class type : Wrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDIEffect component wraps the DirectX DIEFFECT structure used to set up effect parameters prior to downloading them to a device.
This component is used by the TDx_InputDevice::CreateEffect() method to initialize a new effect and by the TDx_InputEffect::SetParameters() and TDx_InputEffect::GetParameters() methods to check or change an effects parameters.
All the times, force values and modifiers such as envelopes that define an effect that is to be downloaded to a force feedback device are described or referenced by this component.
The TDIEnvelope and TDICondition components may be referenced by this component as an optional part of the effect definition.
PROPERTIES
Top
Properties
Methods
Events
See Also
Axes
AxesCount
Direction
Duration
Envelope
ErrorValue
Flags
Gain
SamplePeriod
Size
StartDelay
TriggerButton
TriggerRepeatInterval
TypeSpecificParams
TypeSpecificParamsSize
METHODS
Top
Properties
Methods
Events
See Also
Clear
EVENTS
Top
Properties
Methods
Events
See Also
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDIEnvelope
TDICondition
TDx_InputDevice::CreateEffect()
TDx_InputEffect::GetParameters()
TDx_InputEffect::SetParameters()
TDIFileEffect::Effect