ScrollData

@Serializable
data class ScrollData(val x: Double, val y: Double, val scrollX: Double, val scrollY: Double, val needsScroll: Boolean)

Result from atomic scroll calculation operation. Used by mouseClick() to determine if scrolling is needed and by how much.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, scrollX: Double, scrollY: Double, needsScroll: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double