dagon v0.15.0 (2023-08-30T21:09:18Z)
Home
Dub
Repo
SDL_hid_device_info
bindbc
sdl
bind
sdlhidapi
Undocumented in source.
static if
(
sdlSupport >= SDLSupport.sdl2018
)
struct
SDL_hid_device_info {
char
*
path
;
ushort
vendor_id
;
ushort
product_id
;
dchar
*
serial_number
;
ushort
release_number
;
dchar
*
manufacturer_string
;
dchar
*
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
dchar
*
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
dchar
*
product_string
;
Undocumented in source.
release_number
ushort
release_number
;
Undocumented in source.
serial_number
dchar
*
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
bindbc
sdl
bind
sdlhidapi
aliases
pSDL_hid_ble_scan
pSDL_hid_device_change_count
pSDL_hid_enumerate
pSDL_hid_exit
pSDL_hid_free_enumeration
pSDL_hid_get_feature_report
pSDL_hid_get_indexed_string
pSDL_hid_get_manufacturer_string
pSDL_hid_get_product_string
pSDL_hid_get_serial_number_string
pSDL_hid_init
pSDL_hid_open
pSDL_hid_open_path
pSDL_hid_read
pSDL_hid_read_timeout
pSDL_hid_send_feature_report
pSDL_hid_set_nonblocking
pSDL_hid_write
functions
SDL_hid_ble_scan
SDL_hid_device_change_count
SDL_hid_enumerate
SDL_hid_exit
SDL_hid_free_enumeration
SDL_hid_get_feature_report
SDL_hid_get_indexed_string
SDL_hid_get_manufacturer_string
SDL_hid_get_product_string
SDL_hid_get_serial_number_string
SDL_hid_init
SDL_hid_open
SDL_hid_open_path
SDL_hid_read
SDL_hid_read_timeout
SDL_hid_send_feature_report
SDL_hid_set_nonblocking
SDL_hid_write
structs
SDL_hid_device
SDL_hid_device_info