IWheel.PauseEquation Method

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

Syntax

public:
void PauseEquation(
         unsigned char index
)  

Parameters

index
Type: unsigned char 

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

Remarks

This method affects only force equations that are currently in the Running 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