浏览代码

Sync SDL3 wiki -> header

SDL Wiki Bot 2 年之前
父节点
当前提交
74612701bb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/SDL3/SDL_gamepad.h

+ 2 - 1
include/SDL3/SDL_gamepad.h

@@ -254,7 +254,8 @@ extern DECLSPEC char * SDLCALL SDL_GetGamepadMapping(SDL_Gamepad *gamepad);
  * Details about mappings are discussed with SDL_AddGamepadMapping().
  *
  * \param instance_id the joystick instance ID
- * \param mapping the mapping to use for this device, or NULL to clear the mapping
+ * \param mapping the mapping to use for this device, or NULL to clear the
+ *                mapping
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *