Property ChangedTouchPoints
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
ChangedTouchPoints
Gets the list of touch points that have changed since the last touch event.
IReadOnlyList<ITouchPoint> ChangedTouchPoints { get; }
Property Value
- IReadOnlyList<ITouchPoint>
The list of touch points that have changed since the last touch event.