summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraustinried <4966622+austinried@users.noreply.github.com>2019-06-24 19:28:49 -0700
committerGitHub <noreply@github.com>2019-06-24 19:28:49 -0700
commit9eeead4be340081398ac30146d9bbdbcd3bdca24 (patch)
tree88ec5bb37a8a8ad15d06336b3ccb4396ffadd7f6 /doc
parent6fbd045845aabafae5bd06ad3e285480eb16b10d (diff)
Remove references to mouse stuff from OS
There is nothing in `OS` about mouse grabbing or mouse cursors, that's in `Input`, so I'm cleaning up those references.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OS.xml2
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>