[vlc-devel] commit: libvlc: add mouse events as libvlc_MediaPlayerEvents ( Jean-Paul Saman )

Laurent Aimar fenrir at via.ecp.fr
Thu Feb 11 12:20:42 CET 2010


On Thu, Feb 11, 2010, git version control wrote:
> vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Feb  5 14:13:29 2010 +0100| [114b922fa7bbe06f4acfcc3d7af9c47ef534b1a2] | committer: Jean-Paul Saman 
> 
> libvlc: add mouse events as libvlc_MediaPlayerEvents
> 
> The following events have been added:
> - MouseButton : mouse button pressed events
> - MouseClick  : mouse button click event
> - MouseMoved  : mouse movement event (x,y) absolute against vlc video output window
> - MouseObject : object of interest under mouse button for use by video filters (like: logo)

Attaching mouse-object to vout_thread_t seems a bad idea to me as it used only by
the logo filter.
 IMO, it should be moved to the logo filter instead.

-- 
fenrir




More information about the vlc-devel mailing list