You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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
This commit is contained in:
@@ -44,6 +44,7 @@ private:
|
||||
|
||||
jobject _godot_view;
|
||||
|
||||
jmethodID _can_capture_pointer = 0;
|
||||
jmethodID _request_pointer_capture = 0;
|
||||
jmethodID _release_pointer_capture = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user