Skip to content

Add mouse debouncing support#12

Open
muratayusuke wants to merge 1 commit intotoothbrush:masterfrom
muratayusuke:feature/left_and_right_click
Open

Add mouse debouncing support#12
muratayusuke wants to merge 1 commit intotoothbrush:masterfrom
muratayusuke:feature/left_and_right_click

Conversation

@muratayusuke
Copy link
Copy Markdown

  • Add event tap for left and right mouse clicks
  • Implement debounce logic for mouse clicks
  • Add detailed logging to distinguish between left and right click events

This change extends the keyboard debouncer to also handle mouse click debouncing, helping users with faulty mice that exhibit double-clicking issues. The same debounce delay (100ms) is applied to both keyboard and mouse events.

- Add event tap for left and right mouse clicks
- Implement debounce logic for mouse clicks
- Add detailed logging to distinguish between left and right click events

This change extends the keyboard debouncer to also handle mouse click
debouncing, helping users with faulty mice that exhibit double-clicking
issues. The same debounce delay (100ms) is applied to both keyboard and
mouse events.
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

Successfully merging this pull request may close these issues.

1 participant