From 2f5279eb01e0ba2220709f9f34789b82f9ad5936 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 30 Oct 2025 09:00:14 -0700 Subject: [PATCH] Clarify SDL_ConvertEventToRenderCoordinates() documentation Fixes https://github.com/libsdl-org/SDL/issues/14360 --- include/SDL3/SDL_render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index 7ce9f245ab..6b26a63f32 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -1704,7 +1704,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren * * \param renderer the rendering context. * \param event the event to modify. - * \returns true on success or false on failure; call SDL_GetError() for more + * \returns true if the event is converted or doesn't need conversion, or false on failure; call SDL_GetError() for more * information. * * \threadsafety This function should only be called on the main thread.