Wheel.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 equations as requesting a state change; it does not immediately change the state of the equations on the device. The state of the equations on the device will be updated during the next call to the Wheel.UpdateEquationsToDevice method.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Wheel Class

Wheel Members

Microsoft.Xbox.Input Namespace