- pSDL_hid_ble_scan
alias pSDL_hid_ble_scan = void function(SDL_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_device_change_count
alias pSDL_hid_device_change_count = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_enumerate
alias pSDL_hid_enumerate = SDL_hid_device_info* function(ushort vendor_id, ushort product_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_exit
alias pSDL_hid_exit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_free_enumeration
alias pSDL_hid_free_enumeration = void function(SDL_hid_device_info* devs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_get_feature_report
alias pSDL_hid_get_feature_report = int function(SDL_hid_device* dev, ubyte* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_get_indexed_string
alias pSDL_hid_get_indexed_string = int function(SDL_hid_device* dev, int string_index, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_get_manufacturer_string
alias pSDL_hid_get_manufacturer_string = int function(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_get_product_string
alias pSDL_hid_get_product_string = int function(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_get_serial_number_string
alias pSDL_hid_get_serial_number_string = int function(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_init
alias pSDL_hid_init = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_open
alias pSDL_hid_open = SDL_hid_device* function(ushort vendor_id, ushort product_id, const(dchar)* serial_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_open_path
alias pSDL_hid_open_path = SDL_hid_device* function(const(char)* path, int bExclusive = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_read
alias pSDL_hid_read = int function(SDL_hid_device* dev, ubyte* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_read_timeout
alias pSDL_hid_read_timeout = int function(SDL_hid_device* dev, ubyte* data, size_t length, int milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_send_feature_report
alias pSDL_hid_send_feature_report = int function(SDL_hid_device* dev, const(ubyte)* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_set_nonblocking
alias pSDL_hid_set_nonblocking = int function(SDL_hid_device* dev, int nonblock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_hid_write
alias pSDL_hid_write = int function(SDL_hid_device* dev, const(ubyte*) data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_ble_scan
void SDL_hid_ble_scan(SDL_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_device_change_count
uint SDL_hid_device_change_count()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_enumerate
SDL_hid_device_info* SDL_hid_enumerate(ushort vendor_id, ushort product_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_exit
int SDL_hid_exit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_free_enumeration
void SDL_hid_free_enumeration(SDL_hid_device_info* devs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_get_feature_report
int SDL_hid_get_feature_report(SDL_hid_device* dev, ubyte* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_get_indexed_string
int SDL_hid_get_indexed_string(SDL_hid_device* dev, int string_index, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_get_manufacturer_string
int SDL_hid_get_manufacturer_string(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_get_product_string
int SDL_hid_get_product_string(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_get_serial_number_string
int SDL_hid_get_serial_number_string(SDL_hid_device* dev, dchar* string_, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_init
int SDL_hid_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_open
SDL_hid_device* SDL_hid_open(ushort vendor_id, ushort product_id, const(dchar)* serial_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_open_path
SDL_hid_device* SDL_hid_open_path(const(char)* path, int bExclusive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_read
int SDL_hid_read(SDL_hid_device* dev, ubyte* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_read_timeout
int SDL_hid_read_timeout(SDL_hid_device* dev, ubyte* data, size_t length, int milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_send_feature_report
int SDL_hid_send_feature_report(SDL_hid_device* dev, const(ubyte)* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_set_nonblocking
int SDL_hid_set_nonblocking(SDL_hid_device* dev, int nonblock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_write
int SDL_hid_write(SDL_hid_device* dev, const(ubyte*) data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_hid_ble_scan
pSDL_hid_ble_scan SDL_hid_ble_scan;
Undocumented in source.
- SDL_hid_device_change_count
pSDL_hid_device_change_count SDL_hid_device_change_count;
Undocumented in source.
- SDL_hid_enumerate
pSDL_hid_enumerate SDL_hid_enumerate;
Undocumented in source.
- SDL_hid_exit
pSDL_hid_exit SDL_hid_exit;
Undocumented in source.
- SDL_hid_free_enumeration
pSDL_hid_free_enumeration SDL_hid_free_enumeration;
Undocumented in source.
- SDL_hid_get_feature_report
pSDL_hid_get_feature_report SDL_hid_get_feature_report;
Undocumented in source.
- SDL_hid_get_indexed_string
pSDL_hid_get_indexed_string SDL_hid_get_indexed_string;
Undocumented in source.
- SDL_hid_get_manufacturer_string
pSDL_hid_get_manufacturer_string SDL_hid_get_manufacturer_string;
Undocumented in source.
- SDL_hid_get_product_string
pSDL_hid_get_product_string SDL_hid_get_product_string;
Undocumented in source.
- SDL_hid_get_serial_number_string
pSDL_hid_get_serial_number_string SDL_hid_get_serial_number_string;
Undocumented in source.
- SDL_hid_init
pSDL_hid_init SDL_hid_init;
Undocumented in source.
- SDL_hid_open
pSDL_hid_open SDL_hid_open;
Undocumented in source.
- SDL_hid_open_path
pSDL_hid_open_path SDL_hid_open_path;
Undocumented in source.
- SDL_hid_read
pSDL_hid_read SDL_hid_read;
Undocumented in source.
- SDL_hid_read_timeout
pSDL_hid_read_timeout SDL_hid_read_timeout;
Undocumented in source.
- SDL_hid_send_feature_report
pSDL_hid_send_feature_report SDL_hid_send_feature_report;
Undocumented in source.
- SDL_hid_set_nonblocking
pSDL_hid_set_nonblocking SDL_hid_set_nonblocking;
Undocumented in source.
- SDL_hid_write
pSDL_hid_write SDL_hid_write;
Undocumented in source.