Commit Graph

15 Commits

Author SHA1 Message Date
dfe9991496 implemented the touchscreen device events 2019-12-07 00:46:27 -07:00
cfc067786a fixed compile errors and makefile error omitting config.o 2019-12-06 22:45:01 -07:00
e2946fc714 added global configuration data block and our own "atexit" type mechanism
that doesn't depend on enough free slots in the C library
2019-12-06 22:08:34 -07:00
5e2269bf2b a value of 100 milliseconds is adequate for the debounce constant 2019-12-06 21:28:16 -07:00
8b7bd91817 added debounce logic for hardware buttons 2019-12-06 21:25:15 -07:00
09f4b5ceb5 adapted code to use the wintype.h types and the error codes 2019-12-05 18:21:37 -07:00
2f6118d436 code cleanup 2019-12-01 15:43:05 -07:00
69c5261ec4 removed some extra code and made Button 4 be a "quit" function 2019-12-01 01:40:28 -07:00
de84145e55 found the bug, now I think I've got it right 2019-12-01 01:36:07 -07:00
1bf4e3397e another approach 2019-12-01 01:28:10 -07:00
97ee88caf3 cleaning up access to the system queue 2019-12-01 01:24:15 -07:00
969fefd0aa simplified the input thread's internal loop 2019-12-01 01:18:59 -07:00
0a20f315d5 add some extra logging 2019-12-01 01:11:46 -07:00
340e08232e fixed compilation errors 2019-12-01 01:07:37 -07:00
87db1f4d02 implemented the system input queue and system input thread 2019-12-01 01:02:08 -07:00