Page 1 of 1

Register for mouse click events

Posted: 21 Sep 2014 22:42
by TennisChewingHeater
I'm wiring a plugin for VLC Media Player in C using libVLCCore.
I'm looking at public headers in include/vlc/plugins/vlc_*.h and having hard time finding where and how to register for mouse events. Specifically, I'm interesting in knowing when a user clicks on video image (the area of Qt GUI where video is being displayed).

Re: Register for mouse click events

Posted: 22 Sep 2014 17:50
by TennisChewingHeater
Okay, I found the way. I would need to create my own "dummy" video filter which would listen for mouse events.