Drag/drop cursors
Pavel Safrata
pavel.safrata at oracle.com
Tue May 14 10:47:11 PDT 2013
Hi Werner,
I know, that was
https://javafx-jira.kenai.com/browse/RT-23664
Thanks,
Pavel
On 14.5.2013 19:33, Werner Lehmann wrote:
> 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