1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

This TODO is also already dispatched.

This commit is contained in:
Thomas Harte 2023-12-28 15:09:45 -05:00
parent ffb992d04a
commit 2baae216ea

View File

@ -1214,7 +1214,6 @@ int main(int argc, char *argv[]) {
// is sufficiently untested on SDL, and somewhat too reliant on empirical timestamp behaviour, // is sufficiently untested on SDL, and somewhat too reliant on empirical timestamp behaviour,
// for it to be trustworthy enough otherwise to expose. // for it to be trustworthy enough otherwise to expose.
if(logical_keyboard) { if(logical_keyboard) {
// TODO: is_repeat.
if(keyboard_machine->apply_key(key, keypress.input.size() ? keypress.input[0] : 0, keypress.is_down, keypress.repeat, logical_keyboard)) { if(keyboard_machine->apply_key(key, keypress.input.size() ? keypress.input[0] : 0, keypress.is_down, keypress.repeat, logical_keyboard)) {
continue; continue;
} }