Enum MouseButtons
The different buttons of a mouse to describe pointer events.
Namespace: MarcusW.VncClient
Assembly: MarcusW.VncClient.dll
Syntax
public enum MouseButtons : byte
Fields
| Name | Description |
|---|---|
| Left | |
| Middle | |
| None | |
| Right | |
| WheelDown | |
| WheelLeft | |
| WheelRight | |
| WheelUp |