No screen coordinates for DRAG_DONE events

Dirk Lemmermann dlemmermann at gmail.com
Mon Feb 10 16:21:53 UTC 2020


Need some help: I noticed that the DRAG_DONE event does not tell me the location of the event. I am working on a docking framework and the fact that I am receiving a DRAG_DONE event but not a DRAG_DROPPED tells me that the user dragged a docking item out of the docking container. If that is the case I would like to show a new stage at the event location but it turns out that the x and y fields are always set to 0 / 0 on the event object. Is this intentional or a bug?

Dirk



More information about the openjfx-dev mailing list