mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-14 14:26:36 +00:00
Merge pull request #67923 from Calinou/doc-displayserver
Document the DisplayServer class
This commit is contained in:
+2
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user