mpv/libmenu
Uoti Urpala 23cb829072 input: move all key code lists to input/keycodes.h
Move the definitions of all special key codes (those not passed by
ASCII value) to input/keycodes.h. Before they were spread between
osdep/keycodes.h, input/joystick.h, input/mouse.h and input/ar.h, plus
some special values in input.h. This was especially inconvenient as
the codes had to be coordinated to not conflict between the files.

The change requires a bit of ugliness as appleir.c includes
<linux/input.h> which contains various conflicting KEY_* definitions.
Work around this by adding a special preprocessor variable which can
be used to avoid defining these in keycodes.h.
2011-05-02 00:43:31 +03:00
..
menu.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
menu.h menu: Move vf_info_menu extern declaration to menu.h 2010-11-02 04:16:45 +02:00
menu_chapsel.c
menu_cmdlist.c sub/OSD: move some related files to sub/ 2011-01-26 20:39:05 +02:00
menu_console.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
menu_dvbin.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
menu_filesel.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
menu_list.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
menu_list.h
menu_param.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
menu_pt.c path.c: add function for mp_basename, remove duplicated macros 2010-12-16 03:59:37 +02:00
menu_txt.c input: move all key code lists to input/keycodes.h 2011-05-02 00:43:31 +03:00
vf_menu.c sub/OSD: move some related files to sub/ 2011-01-26 20:39:05 +02:00