浏览代码

Documentation: fix minor gamecontroller parameter warning

Sylvain Becker 4 年之前
父节点
当前提交
b198febb62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_gamecontroller.h

+ 1 - 1
include/SDL_gamecontroller.h

@@ -422,7 +422,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
 /**
  *  Update a controller's LED color.
  *
- *  \param controller The joystick to update
+ *  \param gamecontroller The joystick to update
  *  \param red The intensity of the red LED
  *  \param green The intensity of the green LED
  *  \param blue The intensity of the blue LED