]> git.sesse.net Git - vlc/commit
*: a new mouse gestures interface, currently supporting back, forward, quit
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 9 Feb 2003 23:42:06 +0000 (23:42 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 9 Feb 2003 23:42:06 +0000 (23:42 +0000)
commit3dcb1349a93e8dc6f62d59ba457161483e955c7e
tree1f50a846d582faf167ce3055da8a03a3b61f6769
parent6a741bd30475513f2b783130077c32837ca56a12
 *: a new mouse gestures interface, currently supporting back, forward, quit
fullscreen and a nice debug message when you draw a clockwise square. Video
output modules needs to be modified for this to work, but it should be minor
in modules supporting dvd navigation.

btw: it should be easy to add new gestures, ideas appreciated
modules/Makefile.am
modules/control/Modules.am [new file with mode: 0644]
modules/control/gestures.c [new file with mode: 0644]
modules/video_output/x11/xcommon.c
src/video_output/video_output.c