GCMicroGamepadValueChangedHandler Delegate

Definition

A handler that is called whenever any single element of a controller changes.

public delegate void GCMicroGamepadValueChangedHandler(GCMicroGamepad gamepad, GCControllerElement element);
type GCMicroGamepadValueChangedHandler = delegate of GCMicroGamepad * GCControllerElement -> unit

Parameters

gamepad
GCMicroGamepad

The profile that contains the changed element.

element
GCControllerElement

The element that changed.

Remarks

This handler is called once for each element change. It is only called for directly attached elements.

Applies to