[3.x] Add ProMotion Support to iOS Exports

This commit is contained in:
Zach Coleman
2022-11-01 21:37:01 -04:00
parent 8f7508ca4d
commit e538771d4f
4 changed files with 11 additions and 6 deletions

View File

@@ -1280,6 +1280,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
OS::get_singleton()->set_delta_smoothing(GLOBAL_GET("application/run/delta_smoothing"));
}
GLOBAL_DEF("display/window/ios/allow_high_refresh_rate", true);
GLOBAL_DEF("display/window/ios/hide_home_indicator", true);
GLOBAL_DEF("input_devices/pointing/ios/touch_delay", 0.15);
ProjectSettings::get_singleton()->set_custom_property_info("input_devices/pointing/ios/touch_delay",