1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00
mpv/core/input
wm4 70a8079c8e core: remove mp_fifo indirection
For some reason mp_fifo specifically handled double clicks, and other
than that was a pointless wrapper around input.c functionality.

Move the double click handling into input.c, and get rid of mp_fifo. Add
some compatibility wrappers, because so much VO code uses these
functions. Where struct mp_fifo is still used it's just a casted
struct input_ctx.
2013-07-02 14:00:24 +02:00
..
input.c core: remove mp_fifo indirection 2013-07-02 14:00:24 +02:00
input.h core: remove mp_fifo indirection 2013-07-02 14:00:24 +02:00
joystick.c input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
joystick.h
keycodes.h input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
lirc.c
lirc.h