1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-25 00:53:22 +00:00
mpv/DOCS/client_api_examples
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
..
cocoabasic.m libmpv/cocoa: allow clients to use mpv event system 2014-10-12 00:19:44 +02:00
qtexample.cpp client API: rename --input-x11-keyboard to --input-vo-keyboard 2014-10-09 18:28:37 +02:00
qtexample.h DOCS/client_api_examples: qtexample: add a log window 2014-10-08 13:34:06 +02:00
qtexample.pro DOCS/client_api_examples: add a Qt example 2014-07-04 02:24:49 +02:00
shared.h
simple.c client API, X11: change default keyboard input handling again 2014-09-28 20:11:00 +02:00