GCExtendedGamepadValueChangedHandler
The signature for the block that the profile calls when an element’s value changes.
Declaration
typealias GCExtendedGamepadValueChangedHandler = (GCExtendedGamepad, GCControllerElement) -> VoidParameters
- gamepad:
The profile with the element value that changes.
- element:
The element with the value that changes in the profile.