AllEquationsStatesGetEvent Delegate

Represents the callback method that will handle the AllEquationsStatesGet event of a Wheel object.

Syntax

public delegate void AllEquationsStatesGetEvent(
         IWheel pIWheel,
         LoopState state,
         Array<EquationState>^ states
)  

Parameters

pIWheel
Type: IWheel 

IWheel object that fired the event.

state
Type: LoopState 

LoopState value that indicates the loop state of force equations on the device.

states
Type: EquationState 

Array of EquationState values that indicates the state of each force equation on the device.

Remarks

Important This delegate receives the information returned from a call to the Wheel.GetAllEquationsStatesFromDevice method.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace