mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fix log message spelling
This commit is contained in:
@@ -536,7 +536,7 @@ static int mouse_getMouseFocus(void *arg)
|
|||||||
SDL_WarpMouseInWindow(window, x, y);
|
SDL_WarpMouseInWindow(window, x, y);
|
||||||
SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%.f,%.f)", x, y);
|
SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%.f,%.f)", x, y);
|
||||||
} else {
|
} else {
|
||||||
SDLTest_Log("Skipping mouse warp fcous tests: Wayland does not support warping the mouse pointer");
|
SDLTest_Log("Skipping mouse warp focus tests: Wayland does not support warping the mouse pointer");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clean up test window */
|
/* Clean up test window */
|
||||||
|
Reference in New Issue
Block a user