GCControllerButtonValueChanged Delegate
Definition
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.
Delegate for ValueChangedHandler and PressedChangedHandler.
public delegate void GCControllerButtonValueChanged(GCControllerButtonInput button, float buttonValue, bool pressed);
type GCControllerButtonValueChanged = delegate of GCControllerButtonInput * single * bool -> unit
Parameters
- button
- GCControllerButtonInput
- buttonValue
- Single
- pressed
- Boolean