From 1bf9249b8c40d47e0089a1e0a140a4d99404a69e Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 11 Feb 2002 11:42:08 +0000 Subject: Added key autorepeat support. Options to enable/disable joystick and lirc and set autorepeat delay and rate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4658 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/mouse.h') 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) -- cgit v1.2.3