DragEvent

data class DragEvent(val x: Double, val y: Double)

Describes a drag interaction within an isometric scene.

Parameters

x

Current horizontal screen coordinate of the pointer, in pixels.

y

Current vertical screen coordinate of the pointer, in pixels.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

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