Moving imgui input to a shared place.

This commit is contained in:
Ben Vanik
2015-11-07 12:42:44 -08:00
parent 1d9f73ad13
commit b26f4a5719
6 changed files with 76 additions and 234 deletions

View File

@@ -27,6 +27,8 @@ class ImGuiDrawer {
ImGuiDrawer(Window* window);
~ImGuiDrawer();
void SetupDefaultInput();
protected:
void Initialize();
void SetupFont();