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

Fixed bug : touches become sticky #2857

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Fixed bug : touches become sticky #2857

merged 1 commit into from
Jan 14, 2023

Conversation

ImazighenGhost
Copy link
Contributor

Touches became sticky and didn't disappear after using more than 2 fingers, fixed by getting the touch count of how many fingers are on the screen, and only looping through the available/pressed down touch points instead of looping through the maximum touch points. Tested with more than 10 touch points, and with different MAX points value, working perfectly.

Touches became sticky and didn't disappear after using more than 2 fingers, fixed by getting the touch count of how many fingers are on the screen, and only looping through the available/pressed down touch points instead of looping through the maximum touch points.
Tested with more than 10 touch points, and with different MAX points value, working perfectly.
@raysan5 raysan5 merged commit 2a2f2b2 into raysan5:master Jan 14, 2023
@raysan5
Copy link
Owner

raysan5 commented Jan 14, 2023

@ImazighenGhost Thanks for the review!

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

Successfully merging this pull request may close these issues.

2 participants