pub unsafe extern "C" fn SDL_GameControllerHasRumble(
    gamecontroller: *mut SDL_GameController
) -> SDL_bool
Expand description

Query whether a game controller has rumble support.

\param gamecontroller The controller to query \returns SDL_TRUE, or SDL_FALSE if this controller does not have rumble support

\since This function is available since SDL 2.0.18.

\sa SDL_GameControllerRumble