summaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorAnish Mishra <mishragames@gmail.com>2024-10-22 22:55:43 +0530
committerAnish Mishra <mishragames@gmail.com>2024-10-22 22:55:43 +0530
commit827961e4e5edac00d325d8d4200d881a9dfeedec (patch)
tree939b0ccb8a2f3c6f19cf9f19a0a62a514dbcad6a /platform
parentb3bcb2dc14691f7729984128dca26a844f662fa1 (diff)
downloadredot-engine-827961e4e5edac00d325d8d4200d881a9dfeedec.tar.gz
Update documentation for Android immersive mode
Diffstat (limited to 'platform')
-rw-r--r--platform/android/doc_classes/EditorExportPlatformAndroid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
index 2fe5539e56..8c8bca2b7c 100644
--- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml
+++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
@@ -577,7 +577,7 @@
Allows an application to write to the user dictionary.
</member>
<member name="screen/immersive_mode" type="bool" setter="" getter="">
- If [code]true[/code], hides navigation and status bar.
+ If [code]true[/code], hides navigation and status bar. See [method DisplayServer.window_set_mode] to toggle it at runtime.
</member>
<member name="screen/support_large" type="bool" setter="" getter="">
Indicates whether the application supports larger screen form-factors.