AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4.1" />

 ITouchList

public interface ITouchList
Represents a list with touch points.
ITouchPoint this[int index] { get; }

Gets the data of the touch point at the given index.

int Length { get; }

Gets the number of contained touch points.