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
* (#120) Only set kCGMouseEventClickState = 2 on second click to fire a single doubleclick event after two clicks
* (#120) Extend toggleMouse such that it manually handles double clicks by tracking intervals between different click events
* (#120) Added explanatory comment on custom doubleclick implementation
Version
2.1.7-next.20220428185132
Short overview
The macOS mouse doubleclick implementation fires two doubleclick events instead of just one
Detailed error description
Instead of
mouse down -> mouse up -> mouse down -> mouse up -> double click
it is
mouse down -> mouse up -> double click -> mouse down -> mouse up -> double click
The text was updated successfully, but these errors were encountered: