Improve touchpad and mouse support for the Android editor

- 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

(cherry picked from commit 01ee00f710)
This commit is contained in:
Fredia Huya-Kouadio 2023-06-29 16:03:22 +02:00 committed by Yuri Sizov
parent 740d387a09
commit d4dc9e4bda
7 changed files with 63 additions and 17 deletions

View file

@ -44,6 +44,7 @@ private:
jobject _godot_view;
jmethodID _can_capture_pointer = 0;
jmethodID _request_pointer_capture = 0;
jmethodID _release_pointer_capture = 0;