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.
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
- button
- GCControllerButtonInput
- buttonValue
- Single
- pressed
- Boolean