logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SDL_hid_exit - Finalize the HIDAPI library.

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);

See Also