Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse doubleclick stops continous pressed events. #3404

Open
tig opened this issue Apr 14, 2024 · 2 comments
Open

Mouse doubleclick stops continous pressed events. #3404

tig opened this issue Apr 14, 2024 · 2 comments
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Apr 14, 2024

I can reproduce in the Buttons scenario:

  • Hold the mouse perfectly still and press-release then press-hold again. Increments once, but then does not repeat:

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:

image

Here, I pressed-released-pressed-hold:

image

Originally posted by @tig in #3323 (comment)

@tig tig added the bug label Apr 14, 2024
@BDisp
Copy link
Collaborator

BDisp commented Apr 14, 2024

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.

@sillycowvalley
Copy link

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.

@tig tig added this to the V2 Alpha milestone May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Status: 📋 Approved - Need Owner
Status: No status
Development

No branches or pull requests

3 participants