Skip to main content

Enum MouseScrollDirection

Possible directions for scroll wheel events.

Assembly: Dalamud.dll
View Source
Declaration
public enum MouseScrollDirection

Fields

None

No scrolling.

View Source
Declaration
None = 0

Up

A scroll up event.

View Source
Declaration
Up = 1

Down

A scroll down event.

View Source
Declaration
Down = -1

Extension Methods