Device.SendForceFeedbackCommand(ForceFeedbackCommand) Method (Microsoft.DirectX.DirectInput)

Sends a command to the device's force-feedback system.

Definition

Visual Basic Public Sub SendForceFeedbackCommand( _
    ByVal command As ForceFeedbackCommand _
)
C# public void SendForceFeedbackCommand(
    ForceFeedbackCommand command
);
C++ public:
void SendForceFeedbackCommand(
    ForceFeedbackCommand command
);
JScript public function SendForceFeedbackCommand(
    command : ForceFeedbackCommand
);

Parameters

command Microsoft.DirectX.DirectInput.ForceFeedbackCommand