Device.SendForceFeedbackCommand Method

Language:

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

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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