ScrollEvent

class ScrollEvent(scene: Scene, sceneX: Float, sceneY: Float, val deltaX: Float, val deltaY: Float, mods: Int) : MouseEventBase

Constructors

Link copied to clipboard
constructor(scene: Scene, sceneX: Float, sceneY: Float, deltaX: Float, deltaY: Float, mods: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val eventType: EventType<ScrollEvent>

Functions

Link copied to clipboard
open override fun toString(): String