summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index fad635f0b2..5870ff584b 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -87,6 +87,9 @@ enum mp_command_type {
MP_CMD_DROP_BUFFERS,
MP_CMD_MOUSE,
+ MP_CMD_KEYPRESS,
+ MP_CMD_KEYDOWN,
+ MP_CMD_KEYUP,
/// Audio Filter commands
MP_CMD_AF,