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

Debounce strategies support #12

Open
maxwase opened this issue May 26, 2024 · 0 comments
Open

Debounce strategies support #12

maxwase opened this issue May 26, 2024 · 0 comments

Comments

@maxwase
Copy link
Owner

maxwase commented May 26, 2024

Add the possibility to define a custom debounce strategy, for example, None or based on click count.

Unresolved questions:

  1. Typically, debounce is needed only to debounce a press. Should this crate also support release debounce?
  2. How to track click count for a click-based debounce?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant