MotionEvent.PointerProperties.Id Property

Definition

The pointer id.

[Android.Runtime.Register("id")]
public int Id { get; set; }
[<Android.Runtime.Register("id")>]
member this.Id : int with get, set

Property Value

Attributes

Remarks

The pointer id. Initially set to #INVALID_POINTER_ID (-1).

Java documentation for android.view.MotionEvent.PointerProperties.id.

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

See also