Represents the callback method that will handle the EquationInformationGet event of a Wheel object.
public delegate void EquationInformationGetEvent(
IWheel pIWheel,
EquationState state,
Array<uint32>^ pRegisters
)
pIWheel
Type: IWheel
IWheel object that fired the event.
state
Type: EquationState
EquationState value that indicates the state of the equation that the event was fired for.
pRegisters
Type: uint32
Array that contains the register values for the equation that the event was fired for.
Important This delegate receives the information returned from a call to the Wheel.GetEquationInformationFromDevice method.
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd