1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00
mpv/core/input
wm4 b2cbcbfc16 input: use only one array for input sources
Removes some code duplication. Also restructure the input waiting code
a bit: split the select() loop into a input_wait_read() function. On
systems which do not have POSIX select(), this function has an alternate
implementation, which waits unconditionally.
2013-07-14 15:27:55 +02:00
..
input.c input: use only one array for input sources 2013-07-14 15:27:55 +02:00
input.h input: use only one array for input sources 2013-07-14 15:27:55 +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