Move SDL_PumpEvents (#482)

* Move SDL_PumpEvents

* more
This commit is contained in:
Logan McNaughton
2025-07-09 22:07:38 +02:00
committed by GitHub
parent b67247f935
commit 9bf43a16b4
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -56,7 +56,6 @@ bool SDL_WSIPlatform::alive(Vulkan::WSI &wsi)
void SDL_WSIPlatform::poll_input()
{
SDL_PumpEvents();
}
void SDL_WSIPlatform::poll_input_async(Granite::InputTrackerHandler *handler)