Multiple-click events

Pavel Safrata pavel.safrata at oracle.com
Fri Apr 27 08:17:10 PDT 2012


Hello,
currently we deliver MOUSE_CLICKED event any time a node was pressed and 
released by mouse; if the next press happens fast enough and near 
enough, we increase the clickCount number for the events. There are 
requests to make a standalone single-click distinguishable from a first 
click of a double-click (and so on).

After some discussion we concluded that the cleanest approach would be 
somewhat backward incompatible - we propose to generate the click event 
only when we are sure that there is no next click. In other words, the 
partial clicks would not be delivered at all, the final click would be a 
bit delayed. The pressed/released events would of course be still 
delivered normally, with the correct clickCount value.

Any objections?

Thanks,
Pavel



More information about the openjfx-dev mailing list