mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-15 09:13:13 +02:00
@ -44,7 +44,7 @@ int SDL_main(int, char**)
|
||||
SDL_Event event;
|
||||
while (SDL_PollEvent(&event))
|
||||
{
|
||||
ImGui_ImplSdl_EventCallback(event);
|
||||
ImGui_ImplSdl_ProcessEvent(&event);
|
||||
if (event.type == SDL_QUIT)
|
||||
done = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user