From eb902efb0450b0080688fd210951049579d316b6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 17 Oct 2014 19:15:17 +0200 Subject: 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. --- DOCS/client_api_examples/cocoabasic.m | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS') 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 -- cgit v1.2.3