1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 02:09:52 +00:00
mpv/input
Uoti Urpala 3e86228fad input: don't interrupt processing at unbound events
The input code read at most one event per input or command fd. If this
event was not bound to any recognized command then no command was
returned, and higher-level code could not distinguish this case from
there being no pending events left. As a result unbound events would
cause extra latency in event processing. Change the input code to
continue reading events until it either finds one that maps to a
command or hits EOF/error.
2011-05-01 14:44:05 +03:00
..
appleir.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
ar.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
ar.h Merge svn changes up to r26979 2008-06-04 08:10:48 +03:00
input.c input: don't interrupt processing at unbound events 2011-05-01 14:44:05 +03:00
input.h Add a simple capture feature (-capture) 2010-11-02 07:48:31 +02:00
joystick.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
joystick.h Merge svn changes up to r28149 2008-12-14 17:28:16 +02:00
lirc.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
lirc.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mouse.h Add standard GPL license header. 2008-12-13 18:28:00 +00:00