SDL_CloseHaptic - Man Page
Close a haptic device previously opened with SDL_OpenHaptic().
Synopsis
#include <SDL3/SDL_haptic.h> void SDL_CloseHaptic(SDL_Haptic *haptic);
Function Parameters
- haptic
the SDL_Haptic device to close.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_Haptic.3type(3), SDL_OpenHaptic(3), SDL_OpenHapticFromJoystick(3), SDL_OpenHapticFromMouse(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS