mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-15 13:23:52 +00:00
refactor: refactor KBM input code
This commit is contained in:
parent
ac03b88a90
commit
1dc8a005ed
25 changed files with 1187 additions and 689 deletions
|
|
@ -1317,6 +1317,14 @@ void UIScene_LoadOrJoinMenu::handleInput(int iPad, int key, bool repeat, bool pr
|
|||
sendInputToMovie(key, repeat, pressed, released);
|
||||
handled = true;
|
||||
break;
|
||||
case ACTION_MENU_OTHER_STICK_UP:
|
||||
sendInputToMovie(ACTION_MENU_UP, repeat, pressed, released);
|
||||
handled = true;
|
||||
break;
|
||||
case ACTION_MENU_OTHER_STICK_DOWN:
|
||||
sendInputToMovie(ACTION_MENU_DOWN, repeat, pressed, released);
|
||||
handled = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue