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

WindowsDriver makes it impossible for an app to get fast mouse clicks #3385

Open
tig opened this issue Apr 4, 2024 · 1 comment
Open

WindowsDriver makes it impossible for an app to get fast mouse clicks #3385

tig opened this issue Apr 4, 2024 · 1 comment
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Apr 4, 2024

9DhZkMw 1

NetDriver is only marginally better.

Every click of the mouse should result in a Button1Clicked event. If 2 clicks happen in quick succession the app should be able to see:

  • Button1Clicked
  • Button1Clicked
  • Button1DoubleClicked
@tig tig added the bug label Apr 4, 2024
@BDisp
Copy link
Collaborator

BDisp commented Apr 4, 2024

The Button1DoubleClicked in WindowsDriver isn't managed by the amount of Button1Clicked but by the Win32 API itself through the WindowsConsole.EventFlags.DoubleClick. I don't think you can overcame that.

@tig tig added this to the V2 Beta 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
Development

No branches or pull requests

2 participants