quakeforge/ruamoko/qwaq
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 [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
debugger [qwaq] Add a little z-transform program 2021-06-19 11:25:05 +09:00
editor [qwaq] Fix various scrollbar related issues 2021-06-12 01:30:44 +09:00
ui [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
.gdbinit [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
Makemodule.am [qwaq] Add input test app 2021-09-21 12:58:10 +09:00
gcd.r [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
input-app.h [qwaq] Add input test app 2021-09-21 12:58:10 +09:00
input-app.r [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qdb [qwaq] Put my qdb script in a safe place 2021-01-30 14:45:47 +09:00
qwaq-app.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq-app.r [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qwaq-input.h [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qwaq-input.r [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qwaq.h [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
threading.h [qwaq] Add input test app 2021-09-21 12:58:10 +09:00
z-transform.r [qwaq] Add a little z-transform program 2021-06-19 11:25:05 +09:00