Explorar el Código

Sync SDL3 wiki -> header

SDL Wiki Bot hace 1 año
padre
commit
2c4360ce8f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      include/SDL3/SDL_gamepad.h

+ 2 - 2
include/SDL3/SDL_gamepad.h

@@ -761,8 +761,8 @@ extern DECLSPEC const char * SDLCALL SDL_GetGamepadSerial(SDL_Gamepad *gamepad);
 /**
  * Get the Steam Input handle of an opened gamepad, if available.
  *
- * Returns an InputHandle_t for the gamepad that can be used with Steam Input API:
- * https://partner.steamgames.com/doc/api/ISteamInput
+ * Returns an InputHandle_t for the gamepad that can be used with Steam Input
+ * API: https://partner.steamgames.com/doc/api/ISteamInput
  *
  * \param gamepad the gamepad object to query.
  * \returns the gamepad handle, or 0 if unavailable.