다음을 통해 공유


BackEvent.TouchY Property

Definition

Returns the absolute Y location of the touch point, or NaN if the event is from a button press.

public float TouchY { [Android.Runtime.Register("getTouchY", "()F", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTouchY", "()F", "", ApiSince=34)>]
member this.TouchY : single

Property Value

Attributes

Remarks

Returns the absolute Y location of the touch point, or NaN if the event is from a button press.

Java documentation for android.window.BackEvent.getTouchY().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to