Page 1 of 1

is there any way to understand where user clicks when video

Posted: 07 Feb 2008 16:51
by tech4web
is there any way to understand where user clicks when video plays?

Re: is there any way to understand where user clicks when video

Posted: 08 Feb 2008 02:39
by CloudStalker
Could you be a little more detailed? What is it that tech4web wants?

Re: is there any way to understand where user clicks when video

Posted: 08 Feb 2008 06:42
by tech4web
I want to understand the exactly x and y of the place that user click on screen, to do some works with clicking in the screen instead of clicking on menus for example. :?

Re: is there any way to understand where user clicks when video

Posted: 08 Feb 2008 22:58
by sfed
if you have an programmed application that is using vlc, you can just intercept mouse events to determine when/where the mouse is being clicked...different ways of doing this depending on the language...

Re: is there any way to understand where user clicks when video

Posted: 10 Feb 2008 18:34
by tech4web
is it possible to develop a Desktop Environment based on VLC!

Re: is there any way to understand where user clicks when video

Posted: 10 Feb 2008 20:10
by Jean-Baptiste Kempf
You can do that with tweaking the video output, yes.

Re: is there any way to understand where user clicks when video

Posted: 12 Feb 2008 04:39
by dhirwinjr
if you have an programmed application that is using vlc, you can just intercept mouse events to determine when/where the mouse is being clicked...different ways of doing this depending on the language...
I looked at the JVLC Java bindings project to do just that...retrieve the location of the mouse pointer over the video using Java. However I kind of gave up after I wasn't able to use/control JVLC properly to play video. Do you have any experience using Java at all?

Thanks,
Dave

VLC 0.8.6d on Windows XP