Merge pull request #67923 from Calinou/doc-displayserver

Document the DisplayServer class
This commit is contained in:
Max Hilbrunner
2022-10-30 00:08:50 +02:00
committed by GitHub
6 changed files with 195 additions and 53 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
Operating System functions.
</brief_description>
<description>
Operating System functions. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc.
Operating System functions. [OS] wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc.
[b]Note:[/b] In Godot 4, [OS] functions related to window management were moved to the [DisplayServer] singleton.
</description>
<tutorials>
<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>