DroppedFilesEvent

class DroppedFilesEvent(val scene: Scene, val sceneX: Float, val sceneY: Float, val paths: List<String>) : Event

Constructors

Link copied to clipboard
constructor(scene: Scene, sceneX: Float, sceneY: Float, paths: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun consume()

Prevents further processing of this event.

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