EquationInformationGetEvent Delegate

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

Syntax

public delegate void EquationInformationGetEvent(
         IWheel pIWheel,
         EquationState state,
         Array<uint32>^ pRegisters
)  

Parameters

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.

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace