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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user