SDL_hid_close - Close a HID device.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.10 SDL_hid_close(3)
Function Parameters
dev a device handle returned from SDL_hid_open ().
Header File
Defined in SDL3/SDL_hidapi.h
Name
SDL_hid_close - Close a HID device.
Return Value
Returns 0 on success or a negative error code on failure; call
SDL_GetError () for more information.
Synopsis
#include"SDL3/SDL.h"intSDL_hid_close(SDL_hid_device*dev);
