Edit

Share via


GCMicroGamepadValueChangedHandler Delegate

Definition

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

C#
public delegate void GCMicroGamepadValueChangedHandler(GCMicroGamepad gamepad, GCControllerElement element);

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

Product Versions
Xamarin.Mac SDK 14