SDL_SendJoystickEffect - Send a joystick specific effect packet.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_SendJoystickEffect(3)
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.
Name
SDL_SendJoystickEffect - Send a joystick specific effect packet.
Return Value
for more information.
Synopsis
#include<SDL3/SDL_joystick.h>boolSDL_SendJoystickEffect(SDL_Joystick*joystick,constvoid*data,intsize);
