diff options
author | wm4 <wm4@nowhere> | 2013-09-08 02:46:19 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-09-08 03:03:58 +0200 |
commit | cecbd8864ec9e03f8fc14f0a92bead310de946a9 (patch) | |
tree | 07e59d9260a67900569784bea439884c3ced7bfa /DOCS | |
parent | 68e331851ad206b7504353e864d5720c9d0d73e1 (diff) | |
download | mpv-cecbd8864ec9e03f8fc14f0a92bead310de946a9.tar.bz2 mpv-cecbd8864ec9e03f8fc14f0a92bead310de946a9.tar.xz |
mplayer: add --cursor-autohide-fs-only option
This option makes the cursor always visible in windowed mode.
Apparently, this is what (some?) Windows and OSX users expect. It's
disabled by default for now.
Restructure the cursor hide logic a bit for this purpose.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 46b894f931..81fee482af 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -566,6 +566,11 @@ ``no`` will disable cursor autohide. ``always`` means the cursor will stay hidden. +``--cursor-autohide-fs-only`` + If this option is given, the cursor is always visible in windowed mode. In + fullscreen mode, the cursor is shown or hidden according to + ``--cursor-autohide``. + ``--audio-delay=<sec>`` Audio delay in seconds (positive or negative float value). Negative values delay the audio, and positive values delay the video. |