LoopRegistersGetEvent Delegate

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

Syntax

public delegate void LoopRegistersGetEvent(
         IWheel pIWheel,
         Array<uint32>^ pRegisters
)  

Parameters

pIWheel
Type: IWheel 

IWheel object that fired the event.

pRegisters
Type: uint32 

  Array that contains the loop registers.

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace