Enum MouseWheelScrollType
Represents a mouse wheel scroll type.
public enum MouseWheelScrollType : byte
Fields
BlockScroll = 2The page scroll type on Windows, and the line scroll type on macOS. Not available on Linux.
UnitScroll = 1The default scroll type on Windows and Linux, and the pixel scroll type on macOS.