瀏覽代碼

Sync SDL3 wiki -> header

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

+ 2 - 1
include/SDL3/SDL_video.h

@@ -1681,7 +1681,8 @@ extern DECLSPEC int SDLCALL SDL_SetWindowInputFocus(SDL_Window *window);
  * Set whether the window may have input focus.
  *
  * \param window the window to set focusable state
- * \param focusable SDL_TRUE to allow input focus, SDL_FALSE to not allow input focus
+ * \param focusable SDL_TRUE to allow input focus, SDL_FALSE to not allow
+ *                  input focus
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *