Free an enumeration Linked List
Defined in SDL_hidapi.h
void SDL_hid_free_enumeration(SDL_hid_device_info *devs);
SDL_hid_device_info * | devs | Pointer to a list of struct_device returned from SDL_hid_enumerate(). |
This function frees a linked list created by SDL_hid_enumerate().
This function is available since SDL 2.0.18.