Function SDL_CloseHaptic
pub unsafe extern "C" fn SDL_CloseHaptic(haptic: *mut SDL_Haptic)
Available on crate feature
dep_sdl3
only.Expand description
Close a haptic device previously opened with SDL_OpenHaptic()
.
§Parameters
haptic
: theSDL_Haptic
device to close.
§Availability
This function is available since SDL 3.2.0.