table of contents
other versions
SDL_JoystickHasRumble(3) | SDL3 FUNCTIONS | SDL_JoystickHasRumble(3) |
NAME¶
SDL_JoystickHasRumble - Query whether a joystick has rumble support.
SYNOPSIS¶
#include "SDL3/SDL.h"
SDL_bool SDL_JoystickHasRumble(SDL_Joystick *joystick);
FUNCTION PARAMETERS¶
- joystick
- The joystick to query
RETURN VALUE¶
Returns SDL_TRUE
if the joystick has rumble,
SDL_FALSE
otherwise.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SEE ALSO¶
SDL 3.0.0 | SDL |