1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

iOS: Fix memory leak on touch input

Replace incomplete iOS gesture with touch implementation.

Fixes #66422.
This commit is contained in:
Travis Veralrud
2022-11-25 19:18:35 -08:00
committed by Rémi Verschelde
parent 8c7b98d452
commit 10be2c343f
7 changed files with 27 additions and 297 deletions

View File

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