diff options
author | wm4 <wm4@nowhere> | 2015-03-24 16:02:48 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-24 16:04:44 +0100 |
commit | 9b5a7241e88f8147a391f1bb79ce01593a02d443 (patch) | |
tree | c6b986d7d29b9828c9d7e1c758416f3988763f41 /DOCS/man/options.rst | |
parent | 1e659a9f0f3a3836912c66ab75b5af38e632ef12 (diff) | |
download | mpv-9b5a7241e88f8147a391f1bb79ce01593a02d443.tar.bz2 mpv-9b5a7241e88f8147a391f1bb79ce01593a02d443.tar.xz |
input: remove Linux joystick support
Why did this exist in the first place? Other than being completely
useless, this even caused some regressions in the past. For example,
there was the case of a laptop exposing its accelerometer as joystick
device, which led to extremely fun things due to the default mappings of
axis movement being mapped to seeking.
I suppose those who really want to use their joystick to control a media
player (???) can configure it as mouse device or so.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 458ec87fca..763e0c832a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2358,12 +2358,6 @@ Input driver. Necessary to use the OSC, or to select the buttons in DVD menus. Support depends on the VO in use. -``--input-joystick``, ``--no-input-joystick`` - Enable/disable joystick support. Disabled by default. - -``--input-js-dev`` - Specifies the joystick device to use (default: ``/dev/input/js0``). - ``--input-media-keys=<yes|no>`` (OS X only) Enable/disable media keys support. Enabled by default (except for libmpv). |