Hi all, Let's say I want to drag something and this is for creating an edge in a graph. So what is being dragged, let's say, is a little arrow (an image). What I would like is for there to be a line from the place I started to drag it to the current position of the dragged arrow. I can do it, using localX and localY of the DRAG_OVER drag event, but those somehow seem a bit off here and there. Is there basically a way to find out exactly the x and y of the drag proxy image?

