Replays the joystick force feedback effect.

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

Syntax

C#
public static void PlayFFEffect(
	EffectObject effect
)

Parameters

effect
Type: EffectObject
Effect.

Remarks

The effect is replayed once. XInput..::.LoadFFEffects(Device, String)EffectObjectStart(Int32)

Exceptions

ExceptionCondition
System..::.ArgumentNullException effect is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also