hocking the parent panel events

This forum is about all development around libVLC.
gawady
Blank Cone
Blank Cone
Posts: 17
Joined: 27 Sep 2009 14:05

hocking the parent panel events

Postby gawady » 16 Nov 2009 15:50

I don't want my vlc window going full screen when double clicked, i am using c# wrapper and even overriding wndproc didn't help

any ideas to hock the mouse events for the parent panel ?

Rémi Denis-Courmont
Developer
Developer
Posts: 15279
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: hocking the parent panel events

Postby Rémi Denis-Courmont » 16 Nov 2009 17:28

To my knowledge --no-mouse-events has never been implemented on the Windows port.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

gawady
Blank Cone
Blank Cone
Posts: 17
Joined: 27 Sep 2009 14:05

Re: hocking the parent panel events

Postby gawady » 17 Nov 2009 09:47

Another question, is it the wrapper or the vlc itself making the window fullscreen when double clicked ?

Many thanks

Rémi Denis-Courmont
Developer
Developer
Posts: 15279
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: hocking the parent panel events

Postby Rémi Denis-Courmont » 17 Nov 2009 17:04

It's done in VLC.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

kryptonite
Blank Cone
Blank Cone
Posts: 52
Joined: 22 May 2009 12:01

Re: hocking the parent panel events

Postby kryptonite » 18 Nov 2009 07:43

The --no-mouse-events would be a useful option to port to Windows; quite a few users (including myself) need it.
For the time being, the hack most people use for their libvlc ports, is to somehow disable the canvas that displays vlc's o/p. As a result, all events going to the canvas get passed on to the parent container.
And then, you implement all your event listeners, handlers on the parent container.

Rémi Denis-Courmont
Developer
Developer
Posts: 15279
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: hocking the parent panel events

Postby Rémi Denis-Courmont » 18 Nov 2009 17:11

The question is not whether it is useful, but who would implement it.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 26 guests