-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Improve touchpad and mouse support for the Android editor #77498
Improve touchpad and mouse support for the Android editor #77498
Conversation
- Fix issues with using a touchpad to click, drag, interact with the navigation controls, etc.. - Fix issues with panning with 2+ fingers - Fix issues with using double-tap to magnify on the spatial editor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I've only tested the 3.x version, but I'm presuming they both work the same.
Also I'm not an expert at the Android java, so have just been concentrating on the logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is isolated to the particular platform code and done with expertise, I think that's sufficient testing, we can give it a go.
Thanks! |
Regression introduced by godotengine#77498
Cherry-picked for 4.0.4 together with #78083. |
Regression introduced by godotengine#77498 (cherry picked from commit 2c050cc)
3.x version