diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-25 08:30:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 08:30:11 +0200 |
commit | dae112a7176e41b4414ea8cd74c36eb9c2e55644 (patch) | |
tree | 88ec5bb37a8a8ad15d06336b3ccb4396ffadd7f6 | |
parent | 6fbd045845aabafae5bd06ad3e285480eb16b10d (diff) | |
parent | 9eeead4be340081398ac30146d9bbdbcd3bdca24 (diff) |
Merge pull request #30056 from austinried/austinried-patch-1
Remove references to mouse stuff from OS
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 7b50021284..3292438851 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -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: mouse grabbing, mouse cursors, clipboard, video mode, date and time, timers, 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: clipboard, video mode, date and time, timers, environment variables, execution of binaries, command line, etc. </description> <tutorials> </tutorials> |