MouseButton enum
Namespace: Arlecchino.Input · Assembly: Arlecchino.Core
Which button an event belongs to.
public enum MouseButton : byte
Fields
| Name | Value | Summary |
|---|---|---|
None | 0 | No button, which is what wheel events carry. |
Left | 1 | Left button. |
Middle | 2 | Middle button. |
Right | 3 | Right button. |