MouseScrollArguments

Arguments for a mouse scroll action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deltaX: Int?

The horizontal scroll delta. Valid range: -1000 to 1000.

Link copied to clipboard
val deltaY: Int?

The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.

Link copied to clipboard
val x: Int

The X coordinate on screen where the scroll occurs.

Link copied to clipboard
val y: Int

The Y coordinate on screen where the scroll occurs.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String