Android.Views.MotionEvent.ActionIndex Property
For MotionEvent.ACTION_POINTER_DOWN or MotionEvent.ACTION_POINTER_UP as returned by MotionEvent.ActionMasked, this returns the associated pointer index.

Syntax

[get: Android.Runtime.Register("getActionIndex", "()I", "GetGetActionIndexHandler")]
public int ActionIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For MotionEvent.ACTION_POINTER_DOWN or MotionEvent.ACTION_POINTER_UP as returned by MotionEvent.ActionMasked, this returns the associated pointer index. The index may be used with MotionEvent.GetPointerId(int), MotionEvent.GetX(int), MotionEvent.GetY(int), MotionEvent.GetPressure(int), and MotionEvent.GetSize(int) to get information about the pointer that has gone down or up.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8