IWheel.ClearEquation Method

Marks the force equation at the specified index on the device as Unset.

Syntax

public:
void ClearEquation(
         unsigned char index
)  

Parameters

index
Type: unsigned char 

  Index of the equation to mark as Unset, in the range [0, 15].

Remarks

This method affects force equations that are in any state.

Important This method marks the force equation as requesting a state change; it does not immediately change the state of the equation on the device. The state of the equation on the device will be updated during the next call to the IWheel.UpdateEquationsToDevice method.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace