]> git.sesse.net Git - vlc/commit
libvlc: add mouse events as libvlc_MediaPlayerEvents
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Fri, 5 Feb 2010 13:13:29 +0000 (14:13 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Thu, 11 Feb 2010 10:03:39 +0000 (11:03 +0100)
commit114b922fa7bbe06f4acfcc3d7af9c47ef534b1a2
tree25730d88043a928a556f187fa3911984ae972c60
parent5131eecaeb41e9759e07e3c680c15e9a8bea2ff8
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)
include/vlc/libvlc_events.h
src/control/media_player.c
src/control/media_player_internal.h
src/video_output/video_output.c
src/video_output/vout_intf.c