SDL_hid_exit - Finalize the HIDAPI library.
Contents
Availability
This function is available since SDL 3.2.0.
Description
This function frees all of the static data associated with HIDAPI. It should be called at the end of
execution to avoid memory leaks.
Name
SDL_hid_exit - Finalize the HIDAPI library.
Return Value
for more information.
See Also
SDL_hid_init(3) Simple Directmedia Layer SDL 3.2.20 SDL_hid_exit(3)
Synopsis
#include<SDL3/SDL_hidapi.h>intSDL_hid_exit(void);
