Velaptor.Input.MouseScrollDirection
Velaptor
Velaptor.Input
MouseScrollDirection Enum
Represents the different scroll directions of a mouse.
public enum MouseScrollDirection
Fields
None 0
The mouse wheel has not been scrolled in any direction.
ScrollDown 1
The mouse wheel scrolling in the down direction.
ScrollUp 2
The mouse wheel scrolling in the up direction.