We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5279e commit 45a1cfdCopy full SHA for 45a1cfd
include/SDL3/SDL_render.h
@@ -1704,8 +1704,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren
1704
*
1705
* \param renderer the rendering context.
1706
* \param event the event to modify.
1707
- * \returns true if the event is converted or doesn't need conversion, or false on failure; call SDL_GetError() for more
1708
- * information.
+ * \returns true if the event is converted or doesn't need conversion, or
+ * false on failure; call SDL_GetError() for more information.
1709
1710
* \threadsafety This function should only be called on the main thread.
1711
0 commit comments