GCMicroGamepadValueChangedHandler Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A handler that is called whenever any single element of a controller changes.
C#
public delegate void GCMicroGamepadValueChangedHandler(GCMicroGamepad gamepad, GCControllerElement element);
type GCMicroGamepadValueChangedHandler = delegate of GCMicroGamepad * GCControllerElement -> unit
- gamepad
- GCMicroGamepad
The profile that contains the changed element.
- element
- GCControllerElement
The element that changed.
This handler is called once for each element change. It is only called for directly attached elements.
Product | Versions |
---|---|
Xamarin.Mac SDK | 14 |