MouseAction enum
Namespace: Arlecchino.Input · Assembly: Arlecchino.Core
What the mouse did.
public enum MouseAction : byte
Fields
| Name | Value | Summary |
|---|---|---|
Pressed | 0 | A button went down. |
Released | 1 | A button came back up. |
Moved | 2 | The pointer moved with a button held — a drag. |
ScrolledUp | 3 | The wheel turned away from the user. |
ScrolledDown | 4 | The wheel turned toward the user. |