You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Improve touchpad and mouse support for the Android editor
This commit is contained in:
@@ -43,6 +43,7 @@ private:
|
||||
jclass _cls;
|
||||
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