input: fix alternative mapping if keyboard is used for confirmation.

This commit is contained in:
Sorgelig
2022-01-24 04:44:36 +08:00
parent 98403213eb
commit 2b0b8a1422
3 changed files with 7 additions and 1 deletions

View File

@@ -1130,6 +1130,11 @@ void start_map_setting(int cnt, int set)
user_io_kbd(KEY_ENTER, 0);
}
int get_map_set()
{
return mapping_set;
}
int get_map_button()
{
return mapping_button;