From d77fdc8f82491eeba019575f402127d2794acfc6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Feb 2015 16:07:11 +0100 Subject: client API: hint that opengl_cb is an alternative to window embedding --- libmpv/client.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index 0ccb2068e1..0607f9a562 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -154,6 +154,13 @@ extern "C" { * "wid" option fully and letterbox the video (i.e. add black bars if the * aspect ratio of the window and the video mismatch). * + * Setting the "input-vo-keyboard" may be required to get keyboard input + * through the embedded window, if this is desired. + * + * For OpenGL integration (e.g. rendering video to a texture), a separate API + * is available. Look at opengl_cb.h. This API does not include keyboard or + * mouse input directly. + * * Also see client API examples and the mpv manpage. * * Compatibility -- cgit v1.2.3