Title selection & bug fixes

Added title selection
Fixed controller hotkeys for multiple connected controllers
Fixed ImGUI dialog box stacking
Added a new font for ImGUI
This commit is contained in:
Adrian
2023-01-15 23:23:43 +00:00
committed by Radosław Gliński
parent 459497f0b6
commit 504fb9f205
4 changed files with 135 additions and 34 deletions

View File

@@ -51,6 +51,8 @@ class ImGuiDrawer : public WindowInputListener, public UIDrawer {
}
void Draw(UIDrawContext& ui_draw_context) override;
void ClearDialogs();
protected:
void OnKeyDown(KeyEvent& e) override;