diff input/mouse.h @ 4657:610a11e4db36

Added key autorepeat support. Options to enable/disable joystick and lirc and set autorepeat delay and rate.
author albeu
date Mon, 11 Feb 2002 11:42:08 +0000
parents 4ce20c55a18a
children 62d979592493
line wrap: on
line diff
--- a/input/mouse.h	Mon Feb 11 09:15:59 2002 +0000
+++ b/input/mouse.h	Mon Feb 11 11:42:08 2002 +0000
@@ -1,6 +1,6 @@
 
 
-#define MOUSE_BASE (0x100+256)
+#define MOUSE_BASE ((0x100+256)|MP_NO_REPEAT_KEY)
 #define MOUSE_BTN0 (MOUSE_BASE+0)
 #define MOUSE_BTN1 (MOUSE_BASE+1)
 #define MOUSE_BTN2 (MOUSE_BASE+2)