Enum MouseButton
Enumerates all possible mouse buttons.
Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public enum MouseButton
Fields
| Name | Description |
|---|---|
| Button1 | The first extra mouse button. |
| Button2 | The second extra mouse button. |
| Button3 | The third extra mouse button. |
| Button4 | The fourth extra mouse button. |
| Button5 | The fifth extra mouse button. |
| Button6 | The sixth extra mouse button. |
| Button7 | The seventh extra mouse button. |
| Button8 | The eigth extra mouse button. |
| Button9 | The ninth extra mouse button. |
| LastButton | Indicates the last available mouse button. |
| Left | The left mouse button. |
| Middle | The middle mouse button. |
| Right | The right mouse button. |