Function SDL_HapticClose

pub unsafe extern "C" fn SDL_HapticClose(haptic: *mut _SDL_Haptic)
Available on crate feature dep_sdl2 only.
Expand description

Close a haptic device previously opened with SDL_HapticOpen().

\param haptic the SDL_Haptic device to close

\since This function is available since SDL 2.0.0.

\sa SDL_HapticOpen