[][src]Function sdl2_sys::SDL_HapticRumbleSupported

pub unsafe extern "C" fn SDL_HapticRumbleSupported(
    haptic: *mut SDL_Haptic
) -> c_int

\brief Checks to see if rumble is supported on a haptic device.

\param haptic Haptic device to check to see if it supports rumble. \return SDL_TRUE if effect is supported, SDL_FALSE if it isn't or -1 on error.

\sa SDL_HapticRumbleInit \sa SDL_HapticRumblePlay \sa SDL_HapticRumbleStop