Drag/drop cursors

Werner Lehmann lehmann at media-interactive.de
Tue May 14 10:33:35 PDT 2013


Thanks, Pavel - that works. Apparently I missed the difference between 
MouseDragEvent and DragEvent.

By the way, the MouseEvent Javadoc (2.2.) links both events to 
javafx.scene.input package, not to the events. See section "Dragging 
gestures" here:
http://docs.oracle.com/javafx/2/api/javafx/scene/input/MouseEvent.html

Werner

On 14.05.2013 15:09, Pavel Safrata wrote:
> Hi Werner,
> the MouseDragEvent events are delivered during the full
> press-drag-release gesture, for platform DnD you need to use entirely
> different events: DragEvent.
> With regards,
> Pavel


More information about the openjfx-dev mailing list