You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (int step = 0; step < INPUT_TEXT_STEPS; step++)
373
386
{
374
387
constbool is_input_text_active = (step == 1);
388
+
/*
389
+
// 2025/04/24: Doing this would be nice, but InputText() actually running means InputQueueCharacters is emptied each run, and its convenient to test for its size.
0 commit comments