TomGrobbe/MenuAPI

PreventExitingMenu not working

Closed this issue · 1 comments

n00el commented

Okay, I have one menu, with only one item, and I have this code:

MenuController.MenuAlignment = MenuController.MenuAlignmentOption.Right;
MenuController.PreventExitingMenu = true;

The aligment is working, I can set it to the left/to the right, but the PreventExitingMenu not doing anything. I can still exit the menu with the esc button, the backspace etc..

prevent exiting menu is actually incorrectly named, but can't be changed due to backwards compatibility. All it does is prevent opening the pause menu when pressing ESC or P while the menu is open. Use the DisableBackButtons property to disable the ESC/backspace buttons.