Commit a4a9d284613139d4b8eca1185646476494167e96

Sam Lantinga 2021-09-22T09:56:06

You may need to wait a bit for SDL_WarpMouseInWindow() to complete

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/testautomation_mouse.c b/test/testautomation_mouse.c
index ee41242..b99afc1 100644
--- a/test/testautomation_mouse.c
+++ b/test/testautomation_mouse.c
@@ -527,6 +527,7 @@ mouse_getMouseFocus(void *arg)
     SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%i,%i)", x, y);
 
     /* Pump events to update focus state */
+    SDL_Delay(100);
     SDL_PumpEvents();
     SDLTest_AssertPass("SDL_PumpEvents()");