RFR: 8365635: Add MOUSE_DRAG_DONE event type [v3]
Nir Lisker
nlisker at openjdk.org
Sat Oct 11 13:57:20 UTC 2025
On Sat, 11 Oct 2025 13:48:41 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> 1. I'm not sure why scene is implied from node considering it's not a node - the language often used is "gesture source". This is also why I don't understand why remove that term and replace it with its meaning.
>> 2. Changed.
>
> Why do you use the term "node" then, if it shouldn't mean `Node`?
>
> `Scene` is always implied, as you can't receive input events for event targets that are not part of a scene graph.
>
> Maybe use "gesture source", if that's what is often used here. The wording "node/scene" throws me off: is it one, or the other, or both? It's unnecessarily vague.
Changed to "gesture source".
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1873#discussion_r2422859685
More information about the openjfx-dev
mailing list