mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 06:11:10 +00:00
option: fix inverted --mouseinput option
Also fixes --no-mouseinput.
This commit is contained in:
parent
2710ae8017
commit
56fec5ad3a
@ -604,7 +604,7 @@ const m_option_t mp_opts[] = {
|
||||
#endif
|
||||
OPT_STRING("heartbeat-cmd", heartbeat_cmd, 0),
|
||||
OPT_FLOAT("heartbeat-interval", heartbeat_interval, CONF_MIN, 0),
|
||||
OPT_FLAG("mouseinput", vo.nomouse_input, 0),
|
||||
OPT_FLAG_CONSTANTS("mouseinput", vo.nomouse_input, 0, 1, 0),
|
||||
|
||||
OPT_CHOICE_OR_INT("screen", vo.screen_id, 0, 0, 32,
|
||||
({"default", -1})),
|
||||
|
Loading…
Reference in New Issue
Block a user