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

Get DoubleTapDelay from the OS if an API is available #4448

Closed
2 tasks done
dweymouth opened this issue Dec 10, 2023 · 2 comments
Closed
2 tasks done

Get DoubleTapDelay from the OS if an API is available #4448

dweymouth opened this issue Dec 10, 2023 · 2 comments
Labels
Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc.

Comments

@dweymouth
Copy link
Contributor

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

Currently the double click delay is hard-coded to 300 ms on desktop and 500 ms on mobile. This is a good default, but for OSes that provide an API to read the system double click delay (eg Windows), we should use that instead.

Is it possible to construct a solution with the existing API?

no

Describe the solution you'd like to see.

reading the system double click delay

@dweymouth dweymouth added the future Features that might take a while to be sheduled label Dec 10, 2023
@andydotxyz andydotxyz added this to the "Elgin" release, late 2023 milestone Dec 11, 2023
@dweymouth
Copy link
Contributor Author

Relevant discussion in GLFW: glfw/glfw#462

@dweymouth dweymouth added Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc. and removed future Features that might take a while to be sheduled labels Jul 27, 2024
@dweymouth
Copy link
Contributor Author

Fixed for Windows and Mac, and I don't think Linux has a standard API for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc.
Projects
None yet
Development

No branches or pull requests

2 participants