logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_hid_free_enumeration - Free an enumeration linked list.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                        SDL_hid_free_enumeration(3)

Description

       This function frees a linked list created by SDL_hid_enumerate().

Function Parameters

devs   pointer to a list of struct_device returned from SDL_hid_enumerate().

Name

       SDL_hid_free_enumeration - Free an enumeration linked list.

Synopsis

#include<SDL3/SDL_hidapi.h>voidSDL_hid_free_enumeration(SDL_hid_device_info*devs);

See Also