Page 1 of 1

Get ClickEvent when clicking on videosurface

Posted: 06 Jan 2015 15:26
by smartmobili
Hi,

I am using libvlc on windows through a wxWidgets control and I would like to know if it's possible to be notified when user click on the control ?
For now it seems that all messages are captured once we do libvlc_media_player_set_hwnd()...
My goal is to play a video and at the end of it allow the user to click on left or right of the displayed picture then play a different video in function of user's choice.

Thanks

Re: Get ClickEvent when clicking on videosurface

Posted: 06 Jan 2015 16:31
by Jean-Baptiste Kempf
You can know that with an extra layer or using a video filter.