SDL_hid_free_enumeration - Man Page
Free an enumeration linked list.
Header File
Defined in SDL3/SDL_hidapi.h
Synopsis
#include "SDL3/SDL.h" void SDL_hid_free_enumeration(SDL_hid_device_info *devs);
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 ().
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS