logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_hid_close - Close a HID device.

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);

See Also