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

relative mouse position #3

Closed
achimmihca opened this issue Sep 4, 2021 · 1 comment
Closed

relative mouse position #3

achimmihca opened this issue Sep 4, 2021 · 1 comment

Comments

@achimmihca
Copy link
Owner

At the moment, the hand position is always applied as an absolute position to the mouse pointer.
This allows for fast position changes. But it is lacking accuracy at times.

An alternative mode could allow to apply position changes of the hand to the mouse pointer.
Example: perform multiple swipes with the hand from left to right to move the mouse pointer to the right.

Therefor, it is necessary to differentiate when a hand position change should be applied to the mouse pointer and when not.
In the example, the swipe to the right should be applied to the mouse, but the way back should not be applied to the mouse.
One way to detect this could be:

  • When the hand is closed (as a fist), then no position changes should be applied to the mouse pointer.
achimmihca added a commit that referenced this issue Sep 5, 2021
- added different triggers to disable mouse positioning
- increased version
@achimmihca
Copy link
Owner Author

This works a lot better than the absolute positioning!

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