mirror of
https://github.com/aap/librw.git
synced 2026-01-22 02:52:56 +00:00
skeleton: bump imgui to 1.83
This commit is contained in:
@@ -167,6 +167,10 @@ EventStatus
|
||||
EventHandler(Event e, void *param)
|
||||
{
|
||||
EventStatus s;
|
||||
if (e == INITIALIZE) {
|
||||
ImGui::CreateContext();
|
||||
}
|
||||
|
||||
s = AppEventHandler(e, param);
|
||||
if(e == QUIT){
|
||||
globals.quit = 1;
|
||||
|
||||
Reference in New Issue
Block a user