-
-
Notifications
You must be signed in to change notification settings - Fork 414
mouse event not working while playing video #107
Comments
You'll need to use: https://github.com/higankanshi/xZune.Vlc |
I notice that https://github.com/higankanshi/xZune.Vlc is only for wpf, no for WinForm. Any solution to this issue? |
I have the same problem in a WinForm App .It seems that the released vlc lib has not throw the mouse event .You should modify the source code of vlc to make it response . |
+1 |
Use this VLC control which i have created. It supports clicks, mouseclicks, mouse move, scroll etc and also it has auto cursor hide after 2 seconds just like how it does in actual VLC player. I am creating a video player with this VLC dot net, I will upload it soon. Cheers :) |
Mouse events are automatically captured by the Vlc control. We probably could add a way to let events fall through by implementing |
Hi, |
This still need to be implemented in Vlc.DotNet, either by me or by any volunteer. As for a workaround, I suppose that you could show an invisible control on top of the Vlc control that would handle the right click. I agree, this is far from perfect. |
Help can be provided on gitter if you want to contribute to Vlc.DotNet |
Hi jeremyVignelles. |
Hi @aap4ixx . Did you try using my control? |
@krrrishh : what is this? where does that come from? Your link is dead btw... |
Hi @jeremyVignelles I have updated the link. This is a extended control which I created with hidden user control. It supports all mouse and key commands and also supports auto cursor hide during inactivity. |
Hi @krrrishh. |
@krrrishh I do use your control,but it don't work, Can you give us a full demo,thanks |
I've downloaded the new files but still mouse events doesn't work. |
Did you try the 3.0.0 prerelease? |
yes I use 3.0.0 prerelease,
Thanks you all |
VlcControl add on WinForm, There is no any mouse event fire while playing video
The text was updated successfully, but these errors were encountered: