move input polling (#1145)

* move input polling

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-07-02 10:04:51 +02:00
committed by GitHub
parent 032bf1acf3
commit 3bc7c96191
9 changed files with 13 additions and 33 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ uint32_t SDL_WSIPlatform::get_surface_height() {
bool SDL_WSIPlatform::alive(Vulkan::WSI &wsi) { return true; }
void SDL_WSIPlatform::poll_input() {}
void SDL_WSIPlatform::poll_input() { SDL_PumpEvents(); }
void SDL_WSIPlatform::poll_input_async(Granite::InputTrackerHandler *handler) {}