Home
last modified time | relevance | path

Searched defs:SDL_hid_device_info (Results 1 – 1 of 1) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_hidapi.h75 typedef struct SDL_hid_device_info struct
78 char *path;
80 unsigned short vendor_id;
82 unsigned short product_id;
84 wchar_t *serial_number;
87 unsigned short release_number;
89 wchar_t *manufacturer_string;
113 struct SDL_hid_device_info *next; argument
114 } SDL_hid_device_info; typedef

Completed in 5 milliseconds