Skip to main content
Version: 1.0.0-preview.36

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.