You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
maybe you could try putting an overlay window over the player, but that could be hard to do. see #296 for info about the airspace issue and a possible workaround of it. I can't think about another alternative right now, and I didn't test that solution either
VlcControl vlc = sender as VlcControl;
vlc.PreviewMouseDown += vlc_PreviewMouseDown;
vlc.MediaPlayer.AllowDrop = true;
vlc.MediaPlayer.DragDrop += MediaPlayer_DragDrop;
vlc.MediaPlayer.Click += MediaPlayer_Click;
None of these events can be triggered
The text was updated successfully, but these errors were encountered: