On Sat, 16 Aug 2025 20:44:28 GMT, Nir Lisker <nlis...@openjdk.org> wrote:

> Adds `MOUSE_DRAG_DONE` event type to `MouseDragEvent` and appropriate 
> handlers.

modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 7718:

> 7716:     }
> 7717: 
> 7718:     /// Defines a function to be called when a full press-drag-release 
> gesture ends with this node as its source.

This is the first instance of markdown-style javadoc comments in JavaFX. Do we 
need a discussion surrounding their use?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1873#discussion_r2283161713

Reply via email to