SDL_SendJoystickEffect - Man Page
Send a joystick specific effect packet.
Synopsis
#include <SDL3/SDL_joystick.h> bool SDL_SendJoystickEffect(SDL_Joystick *joystick, const void *data, int size);
Function Parameters
- joystick
the joystick to affect.
- data
the data to send to the joystick.
- size
the size of the data to send to the joystick.
Return Value
Returns true on success or false on failure; call SDL_GetError() for more information.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS