Skip to main content

Enum MouseScrollDirection

Possible directions for scroll wheel events.

Assembly: Dalamud.dll
Declaration
public enum MouseScrollDirection

Fields

None

No scrolling.

Declaration
None = 0

Up

A scroll up event.

Declaration
Up = 1

Down

A scroll down event.

Declaration
Down = -1

Extension Methods