Enum MouseButton
Specifies the buttons of a mouse.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum MouseButton
Fields
Name | Description |
---|---|
Button1 | The first button. |
Button2 | The second button. |
Button3 | The third button. |
Button4 | The fourth button. |
Button5 | The fifth button. |
Button6 | The sixth button. |
Button7 | The seventh button. |
Button8 | The eighth button. |
Last | The highest mouse button available. |
Left | The left mouse button. This corresponds to Button1. |
Middle | The middle mouse button. This corresponds to Button3. |
Right | The right mouse button. This corresponds to Button2. |