MouseButton Enumeration |
Namespace: DotNetBrowser.Input.Mouse.Events
public enum MouseButton
Member name | Value | Description | |
---|---|---|---|
None | 1 | No button. | |
Left | 2 | Left (primary) button. | |
Middle | 3 | Middle button. | |
Right | 4 | Right (secondary) button. | |
Back | 5 | Back (XButton1) button. | |
Forward | 6 | Forward (XButton2) button. |