Perhaps I'm missing something since this is my first extension. But I've ensured that I have OSD enabled in VLC 3.x and I'd like to run an extension that will display a simple message to the user and then detect if the message has been clicked by the user. Is that possible?
I've tried adding `vlc.osd.message("testing",vlc.osd.channel_register(),"top-left",10*1000000)` to my `input_changed`method, but I never see any OSD message at all. I've seen some code floating around on github that attaches event listeners, is it possible to attach an "on click" event listener to an OSD?