Function sdl2_sys::SDL_HapticRumbleSupported
source · pub unsafe extern "C" fn SDL_HapticRumbleSupported(
haptic: *mut SDL_Haptic,
) -> c_int
Expand description
Check whether rumble is supported on a haptic device.
\param haptic haptic device to check for rumble support \returns SDL_TRUE if effect is supported, SDL_FALSE if it isn’t, or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.0.
\sa SDL_HapticRumbleInit \sa SDL_HapticRumblePlay \sa SDL_HapticRumbleStop