Moving imgui input to a shared place.
This commit is contained in:
@@ -27,6 +27,8 @@ class ImGuiDrawer {
|
||||
ImGuiDrawer(Window* window);
|
||||
~ImGuiDrawer();
|
||||
|
||||
void SetupDefaultInput();
|
||||
|
||||
protected:
|
||||
void Initialize();
|
||||
void SetupFont();
|
||||
|
||||
Reference in New Issue
Block a user