quakeforge/ruamoko/qwaq/builtins
Bill Currie 72900fd16b [qwaq] Move input handling to its own thread
As it is now a completely separate sub-system, there is a bit of trouble
with mouse handling in that curses must be initialized before input for
the mouse to work properly, but the basic scheme seems to be working
nicely. I suspect the solution to the init order issue is to make have
the curses sub-system initialize the terminal input driver, at least for
mouse input (ie, maybe just enable/disable mouse handing).
2021-09-22 16:22:11 +09:00
..
builtins.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
curses.c [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
debug.c [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
editbuffer.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
input.c [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
main.c [vulkan] Silence vkgen's debug output 2021-07-06 12:27:21 +09:00
qwaq-bi.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
qwaq-cmd.c [qwaq] Create a commandline-only version of qwaq 2021-07-06 12:25:24 +09:00
qwaq-curses.c [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qwaq.c [nq,qw] Stop wring to config.cfg 2021-04-12 22:09:09 +09:00
threading.c [qwaq] Add input test app 2021-09-21 12:58:10 +09:00