gint/include/gint
Lephe 95a3345326
keyboard: add keydown() in the model
This change adds a keydown() function that is synchronized with events,
ie. it returns the key state as seen by previously read events.

It also completely eliminates low-level repeat events, which are not
very meaningul as the keyboard scan frequency goes up (and would be
meaningless if KEYSC interrupts were used), and adapts getkey() by
giving it access to the current driver time through pollevent().
2019-09-28 19:25:01 +02:00
..
defs support data loading in ILRAM, XRAM and YRAM 2019-09-15 19:29:47 +02:00
drivers way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
mpu dma: add support for all six channels (merges #1) 2019-08-08 11:21:10 +02:00
std small improvements 2019-09-19 15:59:38 +02:00
bfile.h core: add BFile syscalls 2019-07-04 12:15:13 -04:00
clock.h way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
display-cg.h minor new definitions 2019-09-13 08:08:22 +02:00
display-fx.h bopti: add support for r5g6b5 and r5g6b5a on fxcg50 2019-08-27 21:04:07 +02:00
display.h render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dma.h dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00
drivers.h expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
exc.h core: allow custom panics and exception catching 2019-09-13 08:10:30 +02:00
gint.h bootlog: make a copy for use in gintctl 2019-05-04 12:07:14 +02:00
gray.h minor new definitions 2019-09-13 08:08:22 +02:00
hardware.h dma: only expose API on fxcg50 2019-09-15 10:20:37 +02:00
keyboard.h keyboard: add keydown() in the model 2019-09-28 19:25:01 +02:00
keycodes.h way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
rtc.h way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
syscalls.h render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
timer.h tmu: export definitions, clean stop, expose address 2019-07-16 15:39:38 -04:00