diff options
author | Travis Veralrud <tbveralrud+git@gmail.com> | 2022-11-25 19:18:35 -0800 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2023-02-15 09:45:38 +0100 |
commit | 10be2c343f6f8b9619eec9d3319a1eef57cd2b17 (patch) | |
tree | 79ad4bc02eb0e1f3122838aa70d8d83735f3932d /main/main.cpp | |
parent | 8c7b98d4526c6ba66d7f1636abb71ccbe54727c6 (diff) |
iOS: Fix memory leak on touch input
Replace incomplete iOS gesture with touch implementation.
Fixes #66422.
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 81f2c101a1..ae3a6d2a94 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1843,7 +1843,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph GLOBAL_DEF("display/window/ios/hide_home_indicator", true); GLOBAL_DEF("display/window/ios/hide_status_bar", true); GLOBAL_DEF("display/window/ios/suppress_ui_gesture", true); - GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "input_devices/pointing/ios/touch_delay", PROPERTY_HINT_RANGE, "0,1,0.001"), 0.15); // XR project settings. GLOBAL_DEF_RST_BASIC("xr/openxr/enabled", false); |