Table of Contents

Enum MouseWheelScrollType

Namespace
SharpHook.Data
Assembly
SharpHook.dll

Represents a mouse wheel scroll type.

public enum MouseWheelScrollType : byte

Fields

BlockScroll = 2

The page scroll type on Windows, and the line scroll type on macOS. Not available on Linux.

UnitScroll = 1

The default scroll type on Windows and Linux, and the pixel scroll type on macOS.

See Also