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

Vicente Jiménez googuy at gmail.com
Fri Feb 12 12:39:56 CET 2010


Does MouseClick send also x, y coodinates?
I think this could be very useful, event for MouseButton.

What do you think?

Cheers,
vicente

On Thu, Feb 11, 2010 at 11:37 AM, git version control <git at videolan.org> 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)
>
>> 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
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



More information about the vlc-devel mailing list