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

git version control git at videolan.org
Thu Feb 11 11:37:07 CET 2010


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)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=114b922fa7bbe06f4acfcc3d7af9c47ef534b1a2
---

 include/vlc/libvlc_events.h         |   35 ++++++++-
 src/control/media_player.c          |  158 ++++++++++++++++++++++++++++++++++-
 src/control/media_player_internal.h |    4 +-
 src/video_output/video_output.c     |    2 +
 src/video_output/vout_intf.c        |    1 +
 5 files changed, 195 insertions(+), 5 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=114b922fa7bbe06f4acfcc3d7af9c47ef534b1a2



More information about the vlc-devel mailing list