FullscreenUI: Make achievements/settings/load state closable with controller

This commit is contained in:
Connor McLaughlin
2021-03-03 03:01:47 +10:00
parent 99ff0e64c5
commit 738bf9be9f
3 changed files with 17 additions and 27 deletions

View File

@@ -154,6 +154,8 @@ bool UpdateLayoutScale();
void BeginLayout();
void EndLayout();
bool IsCancelButtonPressed();
void DrawWindowTitle(const char* title);
bool BeginFullscreenColumns(const char* title = nullptr);