====== (This is the documentation for SDL3, which is under heavy development and the API is changing! [https://wiki.libsdl.org/SDL2/ SDL2] is the current stable version!) ====== = SDL_JoystickHasRumble = Query whether a joystick has rumble support. == Syntax == SDL_bool SDL_JoystickHasRumble(SDL_Joystick *joystick); == Function Parameters == {| |'''joystick''' |The joystick to query |} == Return Value == Return [[SDL_TRUE]] if the joystick has rumble, [[SDL_FALSE]] otherwise. == Version == This function is available since SDL 3.0.0. == Related Functions == :[[SDL_RumbleJoystick]] ---- [[CategoryAPI]]