input_mode_during

This commit is contained in:
2026-06-15 11:44:18 -05:00
parent 439fc44106
commit f2dc7861d9
4 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -138,8 +138,8 @@ fn run(
}
InputMode::Menu => handle_menu_input(event, game, ui),
InputMode::Scroll => handle_scroll_input(event, game, ui),
// Animation running — discard all events.
InputMode::Animating => {}
// Animation running and claiming no input mode — discard all events.
InputMode::Ignore => {}
}
}