diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-17 17:30:55 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-17 17:30:55 +0200 |
commit | 235c5c60f8cff3bf6f62ad9aa0ffe4d2413df616 (patch) | |
tree | c88eb6d60e98b8d726bd7dad7856cbdf86d35ea8 /main | |
parent | f92140998456870179401d0da2b4d15113d8508d (diff) | |
parent | d78051c92c568fa8a36b44d565955f3088069cf8 (diff) |
Merge pull request #67322 from ztc0611/add-ios-ui-options
Add iOS UI Options
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index c990e01ee3..bb6ab11362 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1808,6 +1808,8 @@ 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("display/window/ios/hide_status_bar", true); + GLOBAL_DEF("display/window/ios/suppress_ui_gesture", true); GLOBAL_DEF("input_devices/pointing/ios/touch_delay", 0.15); ProjectSettings::get_singleton()->set_custom_property_info("input_devices/pointing/ios/touch_delay", PropertyInfo(Variant::FLOAT, |