Package limn.scene.event
Class FileDropEvent
java.lang.Object
limn.scene.event.InputEvent
limn.scene.event.FileDropEvent
Files dragged from the OS and dropped on the window. Dispatched bubbling from
the widget under the pointer (like a mouse event): a drop target handles it in
Widget.onFileDrop and InputEvent.consume()s; an unconsumed drop bubbles
up to ancestors and is finally ignored. Coordinates are in scene space.-
Constructor Summary
ConstructorsConstructorDescriptionFileDropEvent(List<Path> paths, float x, float y) Files dropped at a point, in the receiving widget's coordinates. -
Method Summary
Methods inherited from class limn.scene.event.InputEvent
consume, isConsumed
-
Constructor Details
-
FileDropEvent
Files dropped at a point, in the receiving widget's coordinates.
-
-
Method Details