Man page - sdl_closehaptic(3)
Packages contains this manual
Manual
SDL_CloseHaptic
NAMEHEADER FILE
SYNOPSIS
FUNCTION PARAMETERS
AVAILABILITY
SEE ALSO
NAME
SDL_CloseHaptic - Close a haptic device previously opened with SDL_OpenHaptic ().
HEADER FILE
Defined in SDL3/SDL_haptic.h
SYNOPSIS
#include "SDL3/SDL.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
• (3), SDL_OpenHaptic (3)