bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_hid_device_info
sdl
hidapi
Undocumented in source.
static if
(
sdlSupport >= SDLSupport.v2_0_18
)
struct
SDL_hid_device_info {
char
*
path
;
ushort
vendor_id
;
ushort
product_id
;
wchar_t
*
serial_number
;
ushort
release_number
;
wchar_t
*
manufacturer_string
;
wchar_t
*
product_string
;
ushort
usage_page
;
ushort
usage
;
int
interface_number
;
int
interface_class
;
int
interface_subclass
;
int
interface_protocol
;
SDL_hid_device_info
*
next
;
}
Members
Variables
interface_class
int
interface_class
;
Undocumented in source.
interface_number
int
interface_number
;
Undocumented in source.
interface_protocol
int
interface_protocol
;
Undocumented in source.
interface_subclass
int
interface_subclass
;
Undocumented in source.
manufacturer_string
wchar_t
*
manufacturer_string
;
Undocumented in source.
next
SDL_hid_device_info
*
next
;
Undocumented in source.
path
char
*
path
;
Undocumented in source.
product_id
ushort
product_id
;
Undocumented in source.
product_string
wchar_t
*
product_string
;
Undocumented in source.
release_number
ushort
release_number
;
Undocumented in source.
serial_number
wchar_t
*
serial_number
;
Undocumented in source.
usage
ushort
usage
;
Undocumented in source.
usage_page
ushort
usage_page
;
Undocumented in source.
vendor_id
ushort
vendor_id
;
Undocumented in source.
Meta
Source
See Implementation
sdl
hidapi
structs
SDL_hid_device
SDL_hid_device_info