Wheel.StartEquation Method

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

Syntax

public:
void StartEquation(
         unsigned char index
)  

Parameters

index
Type: unsigned char 

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

Remarks

This method affects only force equations that are currently in the Stopped, Paused, or Faulted state. All affected equations will be restarted from the beginning.

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