|
@@ -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
|
|
"0,33200,1,or_greater")); // No negative numbers
|
|
|
|
|
|
GLOBAL_DEF("display/window/ios/hide_home_indicator", true);
|
|
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);
|
|
GLOBAL_DEF("input_devices/pointing/ios/touch_delay", 0.15);
|
|
ProjectSettings::get_singleton()->set_custom_property_info("input_devices/pointing/ios/touch_delay",
|
|
ProjectSettings::get_singleton()->set_custom_property_info("input_devices/pointing/ios/touch_delay",
|
|
PropertyInfo(Variant::FLOAT,
|
|
PropertyInfo(Variant::FLOAT,
|