From 4d61118f64c1c56f50fbe706277fd0b1499f6d98 Mon Sep 17 00:00:00 2001 From: Jonas Bernemann Date: Mon, 9 Dec 2019 20:38:22 +0100 Subject: Add project setting to hide home indicator on iOS On iOS devices without a physical home button iOS shows a home indicator instead. This is often in the way of the UI or the game. Added a project setting to disable hidden home indicator. The default value is to hide the home indicator --- doc/classes/ProjectSettings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 1d00bb5712..871c37bd15 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -437,6 +437,9 @@ If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], enables vertical synchronization via the operating system's window compositor when in windowed mode and the compositor is enabled. This will prevent stutter in certain situations. (Windows only.) + + If [code]true[/code], the home indicator is hidden automatically. This only affects iOS devices without a physical home button. + -- cgit v1.2.3