summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
diff options
context:
space:
mode:
authortorque <torque@1>2015-02-16 21:50:57 -0800
committerwm4 <wm4@nowhere>2015-02-18 00:03:16 +0100
commit3b269ac0a04b7575a8ab1a6665d75fc0d0e8589e (patch)
tree9b637249e3225cebe664724280a30918c0e7a8a3 /input/keycodes.h
parentfa9b587426d7bd350d92afdb440c396336b2ecfd (diff)
downloadmpv-3b269ac0a04b7575a8ab1a6665d75fc0d0e8589e.tar.bz2
mpv-3b269ac0a04b7575a8ab1a6665d75fc0d0e8589e.tar.xz
input: add MOUSE_ENTER keybinding.
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'input/keycodes.h')
-rw-r--r--input/keycodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/keycodes.h b/input/keycodes.h
index 3922cfca6e..7b5027691d 100644
--- a/input/keycodes.h
+++ b/input/keycodes.h
@@ -222,6 +222,7 @@
// Generated by input.c (VOs use mp_input_set_mouse_pos())
#define MP_KEY_MOUSE_MOVE ((MP_KEY_INTERN+1)|MP_NO_REPEAT_KEY)
#define MP_KEY_MOUSE_LEAVE ((MP_KEY_INTERN+2)|MP_NO_REPEAT_KEY)
+#define MP_KEY_MOUSE_ENTER ((MP_KEY_INTERN+3)|MP_NO_REPEAT_KEY)
#define MP_KEY_DEPENDS_ON_MOUSE_POS(code) \