summaryrefslogtreecommitdiffstats
path: root/input/keycodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/keycodes.c')
-rw-r--r--input/keycodes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/keycodes.c b/input/keycodes.c
index e448a9bd31..012fd006ce 100644
--- a/input/keycodes.c
+++ b/input/keycodes.c
@@ -205,6 +205,7 @@ static const struct key_name key_names[] = {
{ MP_KEY_CLOSE_WIN, "CLOSE_WIN" },
{ MP_KEY_MOUSE_MOVE, "MOUSE_MOVE" },
{ MP_KEY_MOUSE_LEAVE, "MOUSE_LEAVE" },
+ { MP_KEY_MOUSE_ENTER, "MOUSE_ENTER" },
{ 0, NULL }
};