mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Close inventory menus by pressing E
This commit is contained in:
parent
2327161747
commit
ef8d0f98ce
|
|
@ -1448,6 +1448,7 @@ bool IUIScene_AbstractContainerMenu::handleKeyDown(int iPad, int iAction, bool b
|
|||
// 4J Stu - Also enable start to exit the scene. This key is also not constrained by the tutorials.
|
||||
case ACTION_MENU_PAUSEMENU:
|
||||
case ACTION_MENU_B:
|
||||
case ACTION_MENU_RIGHT_SCROLL:
|
||||
{
|
||||
|
||||
ui.SetTooltips(iPad, -1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue