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

Windows: Correct touch id mismatch #9602

Merged
merged 2 commits into from
Apr 12, 2017

Conversation

unknownbrackets
Copy link
Collaborator

Probably. This isn't tested, but will hopefully help #9570.

Also: I believe iOS has this flaw as well, but I don't have a way to test that either, and my IDE won't even compile/highlight objective C so it's harder to make believe I can blind fix it.

-[Unknown]

This should help if we have uneven DPI.
@hrydgard hrydgard merged commit 81c3c7c into hrydgard:master Apr 12, 2017
@hrydgard
Copy link
Owner

hrydgard commented Apr 12, 2017

I'll try a semi-blind fix later.

@unknownbrackets unknownbrackets deleted the touch-mismatch branch April 12, 2017 14:00
hrydgard added a commit that referenced this pull request Feb 20, 2021
Patterned on #9602.

Fixes #5099.

Note that the iPhone supports max 5 touches and will cancel all on the 6th touch.
That's platform behavior that can't be changed. We interpret touch cancellation
as touch up.
hrydgard added a commit that referenced this pull request Feb 20, 2021
Patterned on #9602.

Fixes #5099.

Note that the iPhone supports max 5 touches and will cancel all on the 6th touch.
That's platform behavior that can't be changed. We interpret touch cancellation
as touch up.
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