pub unsafe extern "C" fn SDL_JoystickHasRumble(
    joystick: *mut SDL_Joystick
) -> SDL_bool
Expand description

Query whether a joystick has rumble support.

\param joystick The joystick to query \return SDL_TRUE if the joystick has rumble, SDL_FALSE otherwise.

\since This function is available since SDL 2.0.18.

\sa SDL_JoystickRumble