AngleSharp by Florian Rappl

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

 MouseButtons

public enum MouseButtons
All possible mouse button values that are currently pressed.

The auxiliary button. In general, the middle button, often combined with a mouse wheel.

None = 0

No buttons currently pressed.

Primary = 0

The primary button of the device. In general, the left button or the only button on single-button devices, used to activate a user interface control or select text.

The secondary button. In general, the right button, often used to display a context menu.