Table of Contents

Enum MouseWheelScrollDirection

Namespace
SharpHook.Native
Assembly
SharpHook.dll

Represents a mouse wheel scroll direction.

public enum MouseWheelScrollDirection : byte

Fields

Horizontal = 4

Horizontal scroll direction.

Vertical = 3

Vertical scroll direction.

See Also