Property Id
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
Id
Gets the touch point unique identifier.
int Id { get; }
Property Value
- int
The touch point unique identifier.
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.