logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_SendJoystickEffect - Send a joystick specific effect packet.

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);

See Also