1
0
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:
Fredia Huya-Kouadio
2023-05-12 06:11:27 -07:00
parent a810c8c5f6
commit ccd36e0dbe
5 changed files with 60 additions and 15 deletions

View File

@@ -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;