summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-04 23:01:15 +0100
committerwm4 <wm4@nowhere>2016-02-04 23:01:15 +0100
commitb4f63cbbec563e46ef01899b7292e301e961ec1d (patch)
tree0ada8fe035790c43c9fe96bfa45307036967d592 /DOCS
parent155f7fac9dd8d756656a05376da9495e1348daad (diff)
downloadmpv-b4f63cbbec563e46ef01899b7292e301e961ec1d.tar.bz2
mpv-b4f63cbbec563e46ef01899b7292e301e961ec1d.tar.xz
input: ignore --input-cursor for events injected by input commands
Apparently useful for window embedding. Fixes #2750.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 8a38bcc1ce..4217de86fc 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -34,6 +34,8 @@ Interface changes
- make "volume" and "mute" properties changeable even if no audio output is
active (this gives not-ideal behavior if --softvol=no is used)
- add "volume-max" and "mixer-active" properties
+ - ignore --input-cursor option for events injected by input commands like
+ "mouse", "keydown", etc.
--- mpv 0.15.0 ---
- change "yadif" video filter defaults
--- mpv 0.14.0 ---