You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When clicking the mouse rapidly (double-click speed), every second click is ignored.
To Reproduce
Steps to reproduce the behavior:
Run cargo run --example event-poll-read
Click the mouse at the double-clicking speed, at least four times
See in the output that only half of the clicks (in this case two) are registered, with two "Up" events beside each other with no "Down" event in between. Like below:
Describe the bug
When clicking the mouse rapidly (double-click speed), every second click is ignored.
To Reproduce
Steps to reproduce the behavior:
cargo run --example event-poll-read
Expected behavior
Every mouse click is captured.
OS
Terminal/Console
The text was updated successfully, but these errors were encountered: