Share via


GCControllerTouchpad.SetValue(Single, Single, Boolean, Single) Method

Definition

[Foundation.Export("setValueForXAxis:yAxis:touchDown:buttonValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetValue(float xAxis, float yAxis, bool touchDown, float buttonValue);
[<Foundation.Export("setValueForXAxis:yAxis:touchDown:buttonValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetValue : single * single * bool * single -> unit
override this.SetValue : single * single * bool * single -> unit

Parameters

xAxis
Single
yAxis
Single
touchDown
Boolean
buttonValue
Single
Attributes

Applies to