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

Mouse gestures with short strokes can be recognized incorrectly #1

Open
pmenczel opened this issue Sep 13, 2021 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@pmenczel
Copy link
Owner

Example:

  • Press right mouse button
  • Move mouse 30 pixels up
  • Move mouse 30 pixels right
  • Move mouse 30 pixels left
  • Release right mouse button

This will be recognized as "UP RIGHT UP LEFT".

@pmenczel pmenczel added the bug Something isn't working label Sep 13, 2021
@pmenczel pmenczel self-assigned this Sep 13, 2021
@pmenczel
Copy link
Owner Author

To solve this, we would need to remove the recorded movement belonging to earlier strokes here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant