From 744eb00b048be4365c8b6bfc86aa893ed6601a64 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 16 Jun 2024 15:02:26 +0000 Subject: [PATCH] Sync SDL2 wiki -> header --- include/SDL_gamecontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h index 1a653e66c8..030e0f0154 100644 --- a/include/SDL_gamecontroller.h +++ b/include/SDL_gamecontroller.h @@ -714,7 +714,7 @@ SDL_GameControllerHasAxis(SDL_GameController *gamecontroller, SDL_GameController * * Triggers range from 0 when released to 32767 when fully pressed, and never * return a negative value. Note that this differs from the value reported by - * the lower-level SDL_GetJoystickAxis(), which normally uses the full range. + * the lower-level SDL_JoystickGetAxis(), which normally uses the full range. * * \param gamecontroller a game controller. * \param axis an axis index (one of the SDL_GameControllerAxis values).