Property TouchPoints
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
TouchPoints
Gets the list of touch points that are currently on the screen.
IReadOnlyList<ITouchPoint> TouchPoints { get; }
Property Value
- IReadOnlyList<ITouchPoint>
The list of touch points that are currently on the screen.