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

Refactor Handler to take into account the area for conflicting gestures #16

Open
Mrcubix opened this issue Nov 12, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@Mrcubix
Copy link
Owner

Mrcubix commented Nov 12, 2024

Current handling make a Tap or Hold Gesture end if a gesture of the same type with a higher required touch count is started.

For example, starting a 3-touch hold with cause the 2-touch hold to end.

In the situation where the set Area for both don't overlap, they shouldn't be considered conflicting.
This check will need to be performed on Tap & Hold, against all gestures.

@Mrcubix Mrcubix added the enhancement New feature or request label Nov 12, 2024
@Mrcubix Mrcubix self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant