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

x11 Double Click inconsistent because of zero movement threshold #112

Open
Cammymoop opened this issue Nov 18, 2024 · 0 comments
Open

x11 Double Click inconsistent because of zero movement threshold #112

Cammymoop opened this issue Nov 18, 2024 · 0 comments

Comments

@Cammymoop
Copy link

LAF implements double click itself on x11 but it has no movement threshold, which causes dropping a lot of intended double clicks due to small mouse movements between the first and second click.

I noticed this when switching to linux and using aseprite after being on windows for awhile, using double click to select tile-wise was only working 50% of the time or less.

It should accumulate movement delta values until a threshold is reached before dropping the pending double click state. (a few pixels of screenspace should be a reasonable default I think Windows defaults to 4 horizontally and vertically counted separately)

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