summaryrefslogtreecommitdiffstats
path: root/input/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/mouse.h')
-rw-r--r--input/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/mouse.h b/input/mouse.h
index 4c6520eb7d..949760d1fb 100644
--- a/input/mouse.h
+++ b/input/mouse.h
@@ -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)