mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
iOS: move touch delay to settings
This commit is contained in:
parent
894b0a010b
commit
1d9b6b01db
5 changed files with 18 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue