Replays the joystick force feedback effects array.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static void PlayFFEffects(
	params EffectObject[] effects
)

Parameters

effects
Type: array< EffectObject >[]()[]
Effects array.

Remarks

Effects are replayed once, one after another. XInput..::.LoadFFEffects(Device, String)EffectObjectStart(Int32)

See Also