Represents the method that handles the XInputAction event (DirectX Input action).

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public delegate void XInputActionHandler(
	Device device,
	XInputAction action,
	int data,
	BufferedData bufData
)

Parameters

device
Type: Device
Device that sent the event.
action
Type: SGP.XSpace..::.XInputAction
Action that has been performed.
data
Type: System..::.Int32
Action data.
bufData
Type: BufferedData
Action data from the buffer memory.

See Also