Enum MouseScrollDirections
Specifies the direction of a mouse wheel rotation.
Namespace: Evergine.Common.Input.Mouse
Assembly: Evergine.Common.dll
Syntax
public enum MouseScrollDirections
Fields
| Name | Description |
|---|---|
| Down | The mouse wheel is rotated in an downward direction (toward the user). |
| Left | The mouse wheel is rotated to the left. |
| Right | The mouse wheel is rotated to the right. |
| Up | The mouse wheel is rotated in an upward direction (away from the user). |