Function SDL_GameControllerHasRumble
pub unsafe extern "C" fn SDL_GameControllerHasRumble(
gamecontroller: *mut _SDL_GameController,
) -> SDL_bool
Available on crate feature
dep_sdl2
only.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