ScrollDirection

enum ScrollDirection : Enum<ScrollDirection>

Enum indicating direction of a ScrollEvent.

Entries

Link copied to clipboard

Upwards.

Link copied to clipboard

Downwards.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun times(scalar: Number): Double

Multiplies scalar by 1 (UP) or -1 (DOWN).

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int