summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-21 13:41:19 +0200
committerwm4 <wm4@nowhere>2014-10-21 13:42:15 +0200
commitbc1893e0369388cbc0b2023cb06a98e4449783d7 (patch)
tree23231bc79ec5258d4e66dfcce4b6633f2851fb9c /DOCS/man/input.rst
parent0fa9e2bff0a40e077bc05dd3be70ce12ddaf6317 (diff)
downloadmpv-bc1893e0369388cbc0b2023cb06a98e4449783d7.tar.bz2
mpv-bc1893e0369388cbc0b2023cb06a98e4449783d7.tar.xz
command: add cursor-autohide property
Allows properly changing/updating the cursor state. Useful for client API window embedding, because the host application may not want the mpv window to grab mouse input, and this has to manually handle the cursor. Changing the cursor of foreign windows is usually not sane. It might make sense to allow changing the cursor icon, but that would be much more complicated, so I won't add it unless someone actually requests it.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index fdad8e29a2..b0a7ed2a2e 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1339,6 +1339,10 @@ Property list
situations like during ``on_load`` hook processing, when the user can
stop playback, but the script has to explicitly end processing.)
+``cursor-autohide`` (RW)
+ See ``--cursor-autohide``. Setting this to a new value will always update
+ the cursor, and reset the internal timer.
+
``osd-sym-cc``
Inserts the current OSD symbol as opaque OSD control code (cc). This makes
sense only with the ``show_text`` command or options which set OSD messages.