diff options
author | Sergey Minakov <naithar@icloud.com> | 2020-09-28 22:24:35 +0300 |
---|---|---|
committer | Sergey Minakov <naithar@icloud.com> | 2020-10-01 12:36:11 +0300 |
commit | 1d9b6b01db4abbdd59651469f7917f97096cf771 (patch) | |
tree | 431748534d482dad710d36296727852604c4160e /main | |
parent | 894b0a010bd3617ae09baa3b571d60154b9877e1 (diff) |
iOS: move touch delay to settings
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index a2ea085618..5ebd0138d3 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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); |