Gets the touch point unique identifier.
Namespace:
DotNetBrowser.Input.Touch.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax Property Value
Type:
Int32The 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.
See Also