You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double clicking on the second image is controlled by the Win32 API which sends the double click flag and there is no way to avoid this, even if the button is pressed.
Any progress on this issue: I can easily repro : if you click a 2nd time without moving the mouse, you get no 2nd click event.
This is where I got stuck on the road to processing double clicks. Happy to provide more testing and feedback.
I can reproduce in the
Buttons
scenario:https://i.imgur.com/eE3BSgr.gif
Using the
Mouse
scenario the issue has to do with the doubleclick logic.Here, I just pressed-hold-released:
Here, I pressed-released-pressed-hold:
Originally posted by @tig in #3323 (comment)
The text was updated successfully, but these errors were encountered: