1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 19:11:53 +00:00
mpv/input
Uoti Urpala d6072d7408 input: sleep in event loop even if there are no input fds
The input loop select() call was only run if there was at least one
input file descriptor. However other code uses the input loop to wait;
this could result in the wait becoming a busy loop when running with
-noconsolecontrols (without that there is at least one input fd for
terminal input). Make the input loop call select() to sleep even if
there are no input file descriptors.
2011-04-22 09:34:03 +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
input.c input: sleep in event loop even if there are no input fds 2011-04-22 09:34:03 +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
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