FullscreenUI: Untangle Escape button behaviour

Now it doesn't race against Open Pause Menu
This commit is contained in:
Silent
2022-07-23 11:38:46 +02:00
parent 4d89b52d3b
commit 3040ce7bbd
3 changed files with 19 additions and 15 deletions

View File

@@ -128,14 +128,13 @@ void EndLayout();
void QueueResetFocus();
bool ResetFocusHere();
bool WantsToCloseMenu();
void ResetCloseMenuIfNeeded();
void PushPrimaryColor();
void PopPrimaryColor();
void PushSecondaryColor();
void PopSecondaryColor();
bool IsCancelButtonPressed();
void DrawWindowTitle(const char* title);
bool BeginFullscreenColumns(const char* title = nullptr);