#include<SDL3/SDL_hidapi.h>typedefstructSDL_hid_device_info{/**Platform-specificdevicepath*/char*path;/**DeviceVendorID*/unsignedshortvendor_id;/**DeviceProductID*/unsignedshortproduct_id;/**SerialNumber*/wchar_t*serial_number;/**DeviceReleaseNumberinbinary-codeddecimal,alsoknownasDeviceVersionNumber*/unsignedshortrelease_number;/**ManufacturerString*/wchar_t*manufacturer_string;/**Productstring*/wchar_t*product_string;/**UsagePageforthisDevice/Interface(Windows/Mac/hidrawonly)*/unsignedshortusage_page;/**UsageforthisDevice/Interface(Windows/Mac/hidrawonly)*/unsignedshortusage;/**TheUSBinterfacewhichthislogicaldevicerepresents.ValidonlyifthedeviceisaUSBHIDdevice.Setto-1inallothercases.*/intinterface_number;/**AdditionalinformationabouttheUSBinterface.ValidonlibusbandAndroidimplementations.*/intinterface_class;intinterface_subclass;intinterface_protocol;/**Underlyingbustype*/SDL_hid_bus_typebus_type;/**Pointertothenextdevice*/structSDL_hid_device_info*next;}SDL_hid_device_info;