Man page - sdl_hid_free_enumeration(3)

Packages contains this manual

Manual

SDL_hid_free_enumeration

NAME
HEADER FILE
SYNOPSIS
DESCRIPTION
FUNCTION PARAMETERS
AVAILABILITY

NAME

SDL_hid_free_enumeration - 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.