Starts a full press-drag-release gesture with this node as gesture
source. This method can be called only from a DRAG_DETECTED
mouse
event handler. More detail about dragging gestures can be found
in the overview of MouseEvent
and MouseDragEvent
.
IllegalStateException | if the full press-drag-release gesture
cannot be started at this moment (it's called outside of
DRAG_DETECTED event handling or this node is not in scene). |
MouseEvent, MouseDragEvent
Diagram: Node