Frontend: Use imgui functions for handling SDL events

This commit is contained in:
Connor McLaughlin
2019-10-27 00:08:01 +10:00
parent 0d71ebccc8
commit f538123210
2 changed files with 6 additions and 65 deletions

View File

@@ -75,7 +75,6 @@ private:
void HandleSDLEvent(const SDL_Event* event);
void HandleSDLKeyEvent(const SDL_Event* event);
bool PassEventToImGui(const SDL_Event* event);
void Render();
void RenderDisplay();
void DrawMainMenuBar();