gint/src
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
..
core small improvements 2019-09-19 15:59:38 +02:00
cpg expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
dma dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00
gray render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
keysc keyboard: add keydown() in the model 2019-09-28 19:25:01 +02:00
r61524 dma: only expose API on fxcg50 2019-09-15 10:20:37 +02:00
render render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
render-cg render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
render-fx render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
rtc expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
std small improvements 2019-09-19 15:59:38 +02:00
t6k11 dma: only expose API on fxcg50 2019-09-15 10:20:37 +02:00
tmu tmu: improve code style and clear masks 2019-07-18 15:19:29 -04:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png style, formatting, font 2019-09-03 22:29:04 +02:00