MotionEvent.GetTouchMajor(Int32) Method

Definition

Returns the value of #AXIS_TOUCH_MAJOR for the given pointer <em>index</em>.

[Android.Runtime.Register("getTouchMajor", "(I)F", "")]
public float GetTouchMajor(int pointerIndex);
[<Android.Runtime.Register("getTouchMajor", "(I)F", "")>]
member this.GetTouchMajor : int -> single

Parameters

pointerIndex
Int32

Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to #getPointerCount()-1.

Returns

Attributes

Remarks

Returns the value of #AXIS_TOUCH_MAJOR for the given pointer <em>index</em>.

Java documentation for android.view.MotionEvent.getTouchMajor(int).

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