MotionEvent.GetPointerId(Int32) 方法

定义

返回与此事件中的特定指针数据索引关联的指针标识符。

[Android.Runtime.Register("getPointerId", "(I)I", "")]
public int GetPointerId (int pointerIndex);
[<Android.Runtime.Register("getPointerId", "(I)I", "")>]
member this.GetPointerId : int -> int

参数

pointerIndex
Int32

要检索的指针的原始索引。 值可能从 0(向下的第一个指针)到 #getPointerCount()-1。

返回

属性

注解

返回与此事件中的特定指针数据索引关联的指针标识符。 该标识符指示与数据关联的实际指针编号,并考虑到自当前手势开始以来单个指针上下移动。

适用于 . 的 android.view.MotionEvent.getPointerId(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于