Page 1 of 1

Events not working in fullscreen mode

Posted: 16 Dec 2009 09:59
by kryptonite
In my Jvlc based player, I have successfully implemented my own mouse-click event handlers (blocked VLC's custom handlers)
However, when I switch to fullscreen mode using the libvlc_toggle_fullscreen() or libvlc_set_fullscreen(), my events don't get triggered. In this state, the VLC's double-click to exit fullscreen works.
Once I exit fullscreen mode, my event handlers begin to work again.
Is there someway I can fix/workaround this problem?
I'm using VLC 1.0.3 on WinXP.

Thanks!

Re: Events not working in fullscreen mode

Posted: 16 Dec 2009 16:24
by RĂ©mi Denis-Courmont
Yes. Do the fullscreening yourself.