[Mplayer-cvslog] CVS: main/input input.c,1.20,1.21

Zoltan Ponekker pontscho at mplayer.dev.hu
Wed Mar 13 11:59:22 CET 2002


Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv11069/input

Modified Files:
	input.c 
Log Message:
small changes in event handling

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- input.c	12 Mar 2002 12:04:40 -0000	1.20
+++ input.c	13 Mar 2002 10:59:13 -0000	1.21
@@ -140,6 +140,12 @@
 // This is the default binding we use when no config file is here
 
 static mp_cmd_bind_t def_cmd_binds[] = {
+
+  { {  MOUSE_BTN3, 0 }, "seek 10" },
+  { {  MOUSE_BTN4, 0 }, "seek -10" },
+  { {  MOUSE_BTN5, 0 }, "volume 1" },
+  { {  MOUSE_BTN6, 0 }, "volume -1" },
+  
   { { KEY_RIGHT, 0 }, "seek 10" },
   { {  KEY_LEFT, 0 }, "seek -10" },
   { {  KEY_UP, 0 }, "seek 60" },




More information about the MPlayer-cvslog mailing list