cancel scanning input with back/escape

This commit is contained in:
thecozies
2024-03-12 08:35:58 -05:00
parent 299293ca99
commit 0784db4988
3 changed files with 28 additions and 5 deletions
+2
View File
@@ -74,7 +74,9 @@ namespace recomp {
};
void start_scanning_input(InputDevice device);
void stop_scanning_input();
void finish_scanning_input(InputField scanned_field);
void cancel_scanning_input();
InputField get_scanned_input();
struct DefaultN64Mappings {