Click or drag to resize

TouchPoint.Id Property

Gets the touch point unique identifier.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
Syntax
C#
public int Id { get; }

Property Value

Type: Int32
The touch point unique identifier.

Implements

ITouchPoint.Id
Remarks
Every touch has a constant identifier while a finger touches the surface and it stay the same during of its holding or movement around the surface. Removing any count of touches from the surface doesn't change the identifiers of remaining touches.
See Also