Class

ScrollWheel

Representation of a mouse scroll wheel axis.

Source set: 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

Source set: Common
val Horizontal = ScrollWheel(0)
Source set: Common
val Vertical = ScrollWheel(1)

Last updated: