close method
Close a HID device.
\param dev a device handle returned from SDL_hid_open(). \returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 3.2.0.
extern SDL_DECLSPEC int SDLCALL SDL_hid_close(SDL_hid_device *dev)
Implementation
int close() => sdlHidClose(this);