1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 02:22:19 +00:00
mpv/core/input
wm4 12ac3356bf input: don't keep separate sections for builtin key bindings
Instead mark individual key bindings as builtin.

Not sure whether this is conceptually simpler or more complicated.
For one, it requires the annoying remove_binds() function to wipe
existing bindings instead of just killing the section, on the other
hand it gets rid of almost all special handling of builtin vs. normal
sections.
2013-06-29 22:58:14 +02:00
..
input.c input: don't keep separate sections for builtin key bindings 2013-06-29 22:58:14 +02:00
input.h input: trigger mouse_leave key bindings if mouse leaves mouse area 2013-06-29 22:58:13 +02:00
joystick.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
joystick.h
keycodes.h input: trigger mouse_leave key bindings if mouse leaves mouse area 2013-06-29 22:58:13 +02:00
lirc.c
lirc.h