diff input/input.c @ 5061:40a97bdff44c

small changes in event handling
author pontscho
date Wed, 13 Mar 2002 10:59:20 +0000
parents 146513806b2f
children aeef7f3c2096
line wrap: on
line diff
--- a/input/input.c	Wed Mar 13 01:45:42 2002 +0000
+++ b/input/input.c	Wed Mar 13 10:59:20 2002 +0000
@@ -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" },