Source set: Common
public class ScrollWheel private constructor(public 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.
Members
Companion
Source set: Common
public companion object
Properties
Horizontal
Source set: Common
public val Horizontal: ScrollWheel
Vertical
Source set: Common
public val Vertical: ScrollWheel