table of contents
other versions
SDL_GamepadHasRumble(3) | SDL3 FUNCTIONS | SDL_GamepadHasRumble(3) |
NAME¶
SDL_GamepadHasRumble - Query whether a gamepad has rumble support.
SYNOPSIS¶
#include "SDL3/SDL.h"
SDL_bool SDL_GamepadHasRumble(SDL_Gamepad *gamepad);
FUNCTION PARAMETERS¶
- gamepad
- The gamepad to query
RETURN VALUE¶
Returns SDL_TRUE , or SDL_FALSE
if this gamepad does not have rumble support
AVAILABILITY¶
This function is available since SDL 3.0.0.
SEE ALSO¶
SDL_RumbleGamepad(3)
SDL 3.0.0 | SDL |