1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

iOS: move touch delay to settings

This commit is contained in:
Sergey Minakov
2020-09-28 22:24:35 +03:00
parent 894b0a010b
commit 1d9b6b01db
5 changed files with 18 additions and 5 deletions

View File

@@ -1369,6 +1369,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
"0,33200,1,or_greater")); // No negative numbers
GLOBAL_DEF("display/window/ios/hide_home_indicator", true);
GLOBAL_DEF("input_devices/pointing/ios/touch_delay", 0.150);
Engine::get_singleton()->set_frame_delay(frame_delay);