瀏覽代碼

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 周之前
父節點
當前提交
cbcb1d42c4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/SDL3/SDL_render.h

+ 2 - 1
include/SDL3/SDL_render.h

@@ -1485,7 +1485,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetRenderLogicalPresentation(SDL_Renderer *
  * \param renderer the rendering context.
  * \param w an int filled with the logical presentation width.
  * \param h an int filled with the logical presentation height.
- * \param mode a variable filled with the logical presentation mode being used.
+ * \param mode a variable filled with the logical presentation mode being
+ *             used.
  * \returns true on success or false on failure; call SDL_GetError() for more
  *          information.
  *