diff options
Diffstat (limited to 'libmpv/client.h')
-rw-r--r-- | libmpv/client.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |