provide mouse support for external GPU display in libvlc
- Jun 14, 2023
-
-
04ea9e05
-
2ed25097
-
when using libvlc_video_set_output_callbacks, VLC has no native surface to intercept mouse events (unlike libvlc_media_player_set_xwindow/xid/...). This patch allows user to send these events manually to VLC. This is useful when dealing with interactive medias (DVD menus).
60078ca9
-