summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-14 22:22:33 +0200
committerwm4 <wm4@nowhere>2020-05-14 22:22:33 +0200
commita58b2df3f84da9c19e4900e2524036a176c16c7a (patch)
tree78eff7220527e9682e72ca6394553ef74a3081ca /input/keycodes.h
parentc6369933f1d9cd204b09be95ef7d4ed1351610e2 (diff)
downloadmpv-a58b2df3f84da9c19e4900e2524036a176c16c7a.tar.bz2
mpv-a58b2df3f84da9c19e4900e2524036a176c16c7a.tar.xz
command: add input-key-list property
Fixes: #7698
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 3a33258031..6373a6e21a 100644
--- a/input/keycodes.h
+++ b/input/keycodes.h
@@ -253,5 +253,6 @@ int mp_input_get_keys_from_string(char *str, int max_num_keys,
struct mp_log;
void mp_print_key_list(struct mp_log *out);
+char **mp_get_key_list(void);
#endif /* MPLAYER_KEYCODES_H */