Share via


GCControllerButtonInput.ValueChangedHandler Property

Definition

Handler that is called when the button pressure changes.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual GameController.GCControllerButtonValueChanged? ValueChangedHandler { [Foundation.Export("valueChangedHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setValueChangedHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("valueChangedHandler", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setValueChangedHandler:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ValueChangedHandler : GameController.GCControllerButtonValueChanged with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to