summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-17 19:15:17 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-17 19:19:45 +0200
commiteb902efb0450b0080688fd210951049579d316b6 (patch)
treeec589a437eb64566cc23356feff39c0224b8db5a /DOCS
parent49b6fa877938e9f53ca905467975ef580d3a4ab2 (diff)
downloadmpv-eb902efb0450b0080688fd210951049579d316b6.tar.bz2
mpv-eb902efb0450b0080688fd210951049579d316b6.tar.xz
cocoa: allow mouse events to bubble up with no-input-cursor
Previously we didn't report events to the core, but still prevented the events to travel on the responder chain.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client_api_examples/cocoabasic.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/cocoabasic.m b/DOCS/client_api_examples/cocoabasic.m
index 8235f4b323..eed905cdc1 100644
--- a/DOCS/client_api_examples/cocoabasic.m
+++ b/DOCS/client_api_examples/cocoabasic.m
@@ -93,6 +93,7 @@ static void wakeup(void *);
// for testing!
check_error(mpv_set_option_string(mpv, "input-media-keys", "yes"));
+ check_error(mpv_set_option_string(mpv, "input-cursor", "no"));
check_error(mpv_set_option_string(mpv, "input-vo-keyboard", "yes"));
// request important errors