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

Single finger events "jump around" to other fingers during multitouch instead of sticking with first finger #3168

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: 2.0.9
Reported for operating system, platform: Android (All), x86_64

Comments on the original bug report:

On 2019-02-16 13:51:12 +0000, Ellie wrote:

Single finger events "jump around" to other fingers during multitouch: as soon as a second finger is pressed, the single finger mouse emulation (SDL_TOUCH_MOUSEID) will JUMP to that new finger, and if it's released, jump back.

Can this possibly be removed? This behavior leads for me to insane jerkiness and jumps related to scrolling and just about anything else and I see no benefit, so this seems, if not a bug, then like a poor choice to me.

Expected behavior would be that the "virtual single finger mouse" reported via SDL_TOUCH_MOUSEID always sticks with the finger that was pressed down first unless that one is released, instead of needlessly jumping to other fingers once 2+ fingers are used

On 2019-03-17 02:21:26 +0000, Sam Lantinga wrote:

Yes, that makes sense. Can you provide a tested patch?

Thanks!

On 2019-04-04 15:20:41 +0000, Ellie wrote:

This was fixed by Sylvian's awesome revamp of SDL_TOUCH_MOUSEID code for https://bugzilla.libsdl.org/show_bug.cgi?id=4572 !

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