mpv/video/out/cocoa
Stefano Pigozzi c2eca2e4b7 libmpv/cocoa: allow clients to use mpv event system
This allows mpv's view to take key and send events to mpv's core.
To set key status correctly, clients must call -[NSWindow selectNextKeyView:]
during reconfig on the main thread. All is 'documented' in the cocoabasic
example.

If someone knows a better way to handle giving key to the embedded view,
let me know!
2014-10-12 00:19:44 +02:00
..
events_view.h cocoa: allow to embed into an arbitrary NSView 2014-10-08 19:38:35 +02:00
events_view.m libmpv/cocoa: allow clients to use mpv event system 2014-10-12 00:19:44 +02:00
mpvadapter.h cocoa: post keydown and keyup events without event monitor 2014-10-09 22:14:41 +02:00
video_view.h cocoa: allow to embed into an arbitrary NSView 2014-10-08 19:38:35 +02:00
video_view.m cocoa: allow to embed into an arbitrary NSView 2014-10-08 19:38:35 +02:00
window.h cocoa: remove --fs-missioncontrol 2014-10-05 18:07:27 +02:00
window.m cocoa: remove usage of Objective-C categories 2014-10-12 00:19:44 +02:00