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