I have a vide app made with Qt5 (Windows and Mac) and need to receive the clicks the user makes on the video screen, I do not need the position, only the info, that he clicked onto the video.
I tried setting this
Code: Select all
void libvlc_video_set_mouse_input( libvlc_media_player_t *p_mi, unsigned on );
Is there any trick I have to do?
thanks for any help
Georg