GCControllerButtonValueChanged Delegate

Definition

Handler that can be passed to the SetPressedChangedHandler(GCControllerButtonValueChanged) method to respond to changes to button states.

public delegate void GCControllerButtonValueChanged(GCControllerButtonInput button, float buttonValue, bool pressed);
type GCControllerButtonValueChanged = delegate of GCControllerButtonInput * single * bool -> unit

Parameters

buttonValue
Single
pressed
Boolean

Applies to