ScrollWheel

Class

Common
value class ScrollWheel private constructor(val value: Int)

Representation of a mouse scroll wheel axis. Only Horizontal and Vertical are supported. All methods that accept a scroll axis use Vertical as the default, since most mice only have a vertical scroll wheel.

Companion Object

Properties

Common
val Horizontal = ScrollWheel(0)
Common
val Vertical = ScrollWheel(1)