From 2baae216eaea0adfd38c8f9c844269eadfb727ed Mon Sep 17 00:00:00 2001 From: Thomas Harte <thomas.harte@gmail.com> Date: Thu, 28 Dec 2023 15:09:45 -0500 Subject: [PATCH] This TODO is also already dispatched. --- OSBindings/SDL/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/OSBindings/SDL/main.cpp b/OSBindings/SDL/main.cpp index f29160286..674ae3aea 100644 --- a/OSBindings/SDL/main.cpp +++ b/OSBindings/SDL/main.cpp @@ -1214,7 +1214,6 @@ int main(int argc, char *argv[]) { // is sufficiently untested on SDL, and somewhat too reliant on empirical timestamp behaviour, // for it to be trustworthy enough otherwise to expose. 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)) { continue; }