Update parallel-rdp WSI integration (#61)

* Update parallel-rdp WSI integration

* fix build

* disable mac build
This commit is contained in:
Logan McNaughton
2024-05-27 13:23:56 -06:00
committed by GitHub
parent ce5ee30ef0
commit 4da7cd0551
3 changed files with 26 additions and 22 deletions
+5
View File
@@ -54,6 +54,11 @@ void SDL_WSIPlatform::poll_input()
SDL_PumpEvents();
}
void SDL_WSIPlatform::poll_input_async(Granite::InputTrackerHandler *handler)
{
SDL_PumpEvents();
}
void SDL_WSIPlatform::set_window(SDL_Window *_window)
{
window = _window;