Browse Source

Sync wiki -> header

SDL Wiki Bot 3 years ago
parent
commit
cfbae8b967
1 changed files with 4 additions and 4 deletions
  1. 4 4
      include/SDL_gamecontroller.h

+ 4 - 4
include/SDL_gamecontroller.h

@@ -901,8 +901,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
  * Query whether a game controller has rumble support.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have rumble
+ *          support
  *
  * \since This function is available since SDL 2.0.18.
  *
@@ -914,8 +914,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasRumble(SDL_GameController
  * Query whether a game controller has rumble support on triggers.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          trigger rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have trigger
+ *          rumble support
  *
  * \since This function is available since SDL 2.0.18.
  *