Sync wiki -> header
parent
d856478f70
commit
192538357b
|
@ -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
|
* \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
|
* \returns 0, or -1 if this controller or driver doesn't support effect
|
||||||
* packets
|
* 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);
|
extern DECLSPEC int SDLCALL SDL_GameControllerSendEffect(SDL_GameController *gamecontroller, const void *data, int size);
|
||||||
|
|
||||||
|
|
|
@ -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 data The data to send to the joystick
|
||||||
* \param size The size of 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
|
* \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);
|
extern DECLSPEC int SDLCALL SDL_JoystickSendEffect(SDL_Joystick *joystick, const void *data, int size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue