SDL_SendJoystickEffect

Send a joystick specific effect packet.

extern (C) nothrow @nogc extern
bool
SDL_SendJoystickEffect
(,
const void* data
,
int size
)

Parameters

joystick SDL_Joystick*

the joystick to affect.

data void*

the data to send to the joystick.

size int

the size of the data to send to the joystick.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Meta