Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 months ago
parent
commit
419e8600c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_gamepad.h

+ 1 - 1
include/SDL3/SDL_gamepad.h

@@ -1281,7 +1281,7 @@ extern SDL_DECLSPEC Sint16 SDLCALL SDL_GetGamepadAxis(SDL_Gamepad *gamepad, SDL_
  * You do not normally need to call this function unless you are parsing
  * You do not normally need to call this function unless you are parsing
  * SDL_Gamepad mappings in your own code.
  * SDL_Gamepad mappings in your own code.
  *
  *
- * \param str string representing a SDL_Gamepad axis.
+ * \param str string representing a SDL_Gamepad button.
  * \returns the SDL_GamepadButton enum corresponding to the input string, or
  * \returns the SDL_GamepadButton enum corresponding to the input string, or
  *          `SDL_GAMEPAD_BUTTON_INVALID` if no match was found.
  *          `SDL_GAMEPAD_BUTTON_INVALID` if no match was found.
  *
  *