Enum MouseButton
Enumeration of mouse buttons.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum MouseButton
Fields
Name | Description |
---|---|
Button1 | The primary mouse button (usually the left one). |
Button2 | The secondary mouse button (usually the right one). |
Button3 | The tertiary mouse button (usually in the mouse wheel). |
Button4 | Auxiliary mouse button. |
Button5 | Auxiliary mouse button. |
Button6 | Auxiliary mouse button. |
Button7 | Auxiliary mouse button. |
Button8 | Auxiliary mouse button. |