SDL_hid_close - Man Page

Close a HID device.

Synopsis

#include <SDL3/SDL_hidapi.h>

int SDL_hid_close(SDL_hid_device *dev);

Function Parameters

dev

a device handle returned from SDL_hid_open().

Return Value

for more information.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS