From 192538357b3f843f7412fe7f0c95fd1a3dec8d67 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 17 Sep 2021 19:14:05 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_gamecontroller.h | 2 ++ include/SDL_joystick.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h index cf1bd48739..685bed0d70 100644 --- a/include/SDL_gamecontroller.h +++ b/include/SDL_gamecontroller.h @@ -846,6 +846,8 @@ extern DECLSPEC int SDLCALL SDL_GameControllerSetLED(SDL_GameController *gamecon * \param size The size of the data to send to the controller * \returns 0, or -1 if this controller or driver doesn't support effect * packets + * + * \since This function is available since SDL 2.0.16. */ extern DECLSPEC int SDLCALL SDL_GameControllerSendEffect(SDL_GameController *gamecontroller, const void *data, int size); diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index 8be4b732aa..76cc9540f4 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -787,6 +787,8 @@ extern DECLSPEC int SDLCALL SDL_JoystickSetLED(SDL_Joystick *joystick, Uint8 red * \param data The data to send to the joystick * \param size The size of the data to send to the joystick * \returns 0, or -1 if this joystick or driver doesn't support effect packets + * + * \since This function is available since SDL 2.0.16. */ extern DECLSPEC int SDLCALL SDL_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size);