gint/include/gint/drivers
Lephe 6ea2f991a3
keysc: make repeat settings global instead of just for getkey()
Having repeat settings only for getkey() meant that repeats that occur
while getkey() is not running (i.e., all of them) would be lost. This is
due to e57efb5e3 which replaced on-demand repeats with normal event
generation.

Now the settings are applied globally, which allows repeats to be
enabled even when getkey() is not active. This also reduces the feature
gap between getkey() and raw events, which reduces the risk of running
into edges cases by using both.

The previous API is retained for source compatibility until gint 3.0 but
the changes are now applied globally so the semantics are slightly
different.
2022-07-24 21:57:18 +01:00
..
iokbd.h add C++ header guards 2021-06-13 18:13:09 +02:00
keydev.h keysc: make repeat settings global instead of just for getkey() 2022-07-24 21:57:18 +01:00
r61524.h r61524: add a r61524_display_rect() function for small regions 2022-07-16 22:30:59 +01:00
states.h cpg: restore overclock settings when leaving 2022-05-16 20:13:13 +01:00
t6k11.h add C++ header guards 2021-06-13 18:13:09 +02:00