From 19ddb29d2df11e5de165f891b34b6a4a77a9d21d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 Jan 2025 02:54:14 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_render.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index d367237f84..c691536345 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -1505,9 +1505,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren * to non-normalized rendering coordinates. * * Relative mouse coordinates (xrel and yrel event fields) are _also_ - * converted. Applications that do not want these fields converted should - * use SDL_RenderCoordinatesFromWindow() on the specific event fields instead - * of converting the entire event structure. + * converted. Applications that do not want these fields converted should use + * SDL_RenderCoordinatesFromWindow() on the specific event fields instead of + * converting the entire event structure. * * Once converted, coordinates may be outside the rendering area. *