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

[3.x][iOS] Fix touch handling for overlay views #57604

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

naithar
Copy link
Contributor

@naithar naithar commented Feb 3, 2022

Fixes #56417

GodotView class now uses custom method names so iOS doesn't trigger UIView touch input directly via UIWindow on creating or showing overlay UIViews.
GodotViewGestureRecognizer now also filters out any input that's not coming from GodotView class which also helps when there is an overlay UIView on game view.

Workaround for GodotView touches being called from UIWindow on different UIView input
@akien-mga akien-mga merged commit f72753c into godotengine:3.x Feb 9, 2022
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants