Hi, I'm trying to capture a mouse click/dblclick while playing a video file. My goal is, for example, to maximize the display window when the user double click on the video screen (btw "libvlc_toggle_fullscreen" no longer work with libvlc v1.1.x). How can I do that? I thought about using t...