= SDL_hid_close = Close a HID device. == Syntax == void SDL_hid_close(SDL_hid_device *dev); == Function Parameters == {| |'''dev''' |A device handle returned from [[SDL_hid_open]](). |} == Version == This function is available since SDL 2.0.18. ---- [[CategoryAPI]]