共用方式為


MotionEvent.ActionIndex 屬性

定義

針對 #ACTION_POINTER_DOWN#ACTION_POINTER_UP#getActionMasked這會傳回相關聯的指標索引。

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

屬性值

與動作相關聯的索引。

屬性

備註

針對 #ACTION_POINTER_DOWN#ACTION_POINTER_UP#getActionMasked這會傳回相關聯的指標索引。 索引可與 、、#getY(int)#getX(int)#getPressure(int)#getSize(int) 搭配#getPointerId(int)使用,以取得已關閉或向上指標的相關信息。

android.view.MotionEvent.getActionIndex()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於