summaryrefslogtreecommitdiffstats
path: root/input/joystick.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 11:42:08 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 11:42:08 +0000
commit1bf9249b8c40d47e0089a1e0a140a4d99404a69e (patch)
tree7bb2ae2285d4b402a671f19ffcb68e66fa223e59 /input/joystick.h
parent97654ce7f3c6f711b270487d2f43f70c8e872024 (diff)
downloadmpv-1bf9249b8c40d47e0089a1e0a140a4d99404a69e.tar.bz2
mpv-1bf9249b8c40d47e0089a1e0a140a4d99404a69e.tar.xz
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
Diffstat (limited to 'input/joystick.h')
-rw-r--r--input/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/joystick.h b/input/joystick.h
index 32a7a7685f..9e017b321d 100644
--- a/input/joystick.h
+++ b/input/joystick.h
@@ -21,7 +21,7 @@
#define JOY_AXIS9_PLUS (JOY_BASE+18)
#define JOY_AXIS9_MINUS (JOY_BASE+19)
-#define JOY_BTN_BASE (0x100+148)
+#define JOY_BTN_BASE ((0x100+148)|MP_NO_REPEAT_KEY)
#define JOY_BTN0 (JOY_BTN_BASE+0)
#define JOY_BTN1 (JOY_BTN_BASE+1)
#define JOY_BTN2 (JOY_BTN_BASE+2)