Could someone please point me towards the source code/module (Win7 - VLC 1.1.3) that reacts to the video's slider/scrollbar in VLC.exe and communicates with (positions with ->SetPos()/SetTime() etc.) the VLC media player object?
Please note that I am not concerned with the specific widget code for a particular OS, but with the underlying "libvlc_media_player_t" methods/callbacks etc that are used when responding to the movement of the thumb slider. I thought it would be easy to find but I keep getting lost in the VLC encapsulation.
TIA.