Property TouchPoints
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
TouchPoints
Gets the list of all detected touch points.
IReadOnlyList<ITouchPoint> TouchPoints { get; }
Property Value
- IReadOnlyList<ITouchPoint>
The list of all detected touch points.