You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #67322 from ztc0611/add-ios-ui-options
Add iOS UI Options
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user