diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 23:45:39 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 23:45:39 +0200 |
commit | 82adfebcf8c4a0fa4cad28325796702fe075249c (patch) | |
tree | 3a4f7bc82fe0db1ab2dc0497238f23dcb34e83a0 /main | |
parent | 4bd33df11e28e619555c3ba7a8e8c49a9a6497d8 (diff) | |
parent | a57a99f5bcf38d4af4466b26f1b9effe3bedd870 (diff) | |
download | redot-engine-82adfebcf8c4a0fa4cad28325796702fe075249c.tar.gz |
Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizations
Android memory cleanup and optimizations
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/main.cpp b/main/main.cpp index 20968d3971..2b5d52d92e 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -3046,9 +3046,6 @@ Error Main::setup2(bool p_show_boot_logo) { id->set_emulate_mouse_from_touch(bool(GLOBAL_DEF_BASIC("input_devices/pointing/emulate_mouse_from_touch", true))); } - GLOBAL_DEF_BASIC("input_devices/pointing/android/enable_long_press_as_right_click", false); - GLOBAL_DEF_BASIC("input_devices/pointing/android/enable_pan_and_scale_gestures", false); - GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "input_devices/pointing/android/rotary_input_scroll_axis", PROPERTY_HINT_ENUM, "Horizontal,Vertical"), 1); OS::get_singleton()->benchmark_end_measure("Startup", "Setup Window and Boot"); } |