瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 2 年之前
父節點
當前提交
ede4483420
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      include/SDL3/SDL_render.h

+ 6 - 2
include/SDL3/SDL_render.h

@@ -1324,10 +1324,14 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetRenderLogicalPresentation(SDL_Renderer *r
 /**
  * Get the final presentation rectangle for rendering.
  *
- * This function returns the calculated rectangle used for logical presentation, based on the presentation mode and output size. If logical presentation is disabled, it will fill the rectangle with the output size, in pixels.
+ * This function returns the calculated rectangle used for logical
+ * presentation, based on the presentation mode and output size. If logical
+ * presentation is disabled, it will fill the rectangle with the output size,
+ * in pixels.
  *
  * \param renderer the rendering context.
- * \param rect a pointer filled in with the final presentation rectangle, may be NULL.
+ * \param rect a pointer filled in with the final presentation rectangle, may
+ *             be NULL.
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *