1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00
mpv/osdep
uau c51c1fc668 Make terminal input work more like VO key input
The Unix version of getch2() could either return an internally buffered
key or do a second-level select() in addition to the input.c one and
then read more data. Change getch2() to always add all read keys with
mplayer_put_key() (like video output window keyboard input does) and
remove the internal select() from the Unix version. Make input.c call
mplayer_get_key() directly.

The primary motivation for this change is to make combining multiple
event sources under one select() easier. Now getch2() only needs to be
called when the corresponding fd is readable, and it will be possible to
handle events from X-based VOs with the same code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24149 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-25 04:28:08 +00:00
..
getch2-win.c Make terminal input work more like VO key input 2007-08-25 04:28:08 +00:00
getch2.c Make terminal input work more like VO key input 2007-08-25 04:28:08 +00:00
getch2.h Make terminal input work more like VO key input 2007-08-25 04:28:08 +00:00
gettimeofday.c
glob-win.c
glob.h
keycodes.h
macosx_finder_args.c
Makefile Remove unused scandir() check and fallback implementation. 2007-07-17 09:45:10 +00:00
mmap_anon.c
mmap_anon.h
mplayer.rc Update copyright year. 2007-03-24 13:03:18 +00:00
setenv.c
shmem.c
shmem.h
strsep.c
swab.c
timer-darwin.c
timer-lx.c
timer-win2.c
timer.h Identifiers starting with underscores are reserved. 2007-07-31 07:04:07 +00:00
vsscanf.c