Merge pull request #75606 from skyace65/OSClipboard

Remove reference to clipboard in OS class doc
This commit is contained in:
Yuri Sizov 2023-04-03 15:08:30 +02:00 committed by GitHub
commit 49c17bb262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
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 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>