MouseButton
Namespace: MonineEngine.Input
Different types of mouse input.
public enum MouseButton
Inheritance Object → ValueType → Enum → MouseButton
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Left | 0 | Left click. |
| Middle | 1 | Middle click. |
| Right | 2 | Right click. |
| XButton1 | 3 | First extended mouse button. |
| XButton2 | 4 | Second extended mouse button. |