On Tue, 4 Aug 2026 17:34:09 GMT, Andy Goryachev <[email protected]> wrote:

> I can't figure out how a click can be generated during the drag operation.

Using the test program above, just start a PDR or a full-PDR and release the 
mouse over the same node. For PDR I get:

MOUSE_PRESSED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
DRAG_DETECTED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_DRAGGED PDR
MOUSE_RELEASED PDR
MOUSE_CLICKED PDR

For full-PDR I get:

MOUSE_PRESSED FullPDR
MOUSE_DRAGGED FullPDR
MOUSE_DRAGGED FullPDR
MOUSE_DRAGGED FullPDR
MOUSE_DRAGGED FullPDR
MOUSE_DRAGGED FullPDR
DRAG_DETECTED FullPDR
MOUSE_DRAGGED FullPDR
MOUSE-DRAG_ENTERED FullPDR
MOUSE-DRAG_OVER FullPDR
MOUSE_DRAGGED FullPDR
MOUSE-DRAG_OVER FullPDR
MOUSE_DRAGGED FullPDR
MOUSE-DRAG_OVER FullPDR
MOUSE-DRAG_RELEASED FullPDR
MOUSE-DRAG_RELEASED scene
MOUSE-DRAG_DONE FullPDR
MOUSE-DRAG_DONE scene
MOUSE_RELEASED FullPDR
MOUSE_CLICKED FullPDR
MOUSE-DRAG_EXITED FullPDR

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2238#discussion_r3717341552

Reply via email to