Represents the callback method that will handle the AllEquationsStatesGet event of a Wheel object.
public delegate void AllEquationsStatesGetEvent(
IWheel pIWheel,
LoopState state,
Array<EquationState>^ states
)
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.
Important This delegate receives the information returned from a call to the Wheel.GetAllEquationsStatesFromDevice method.
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd