pSDL_hid_open

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
static if(sdlSupport >= SDLSupport.sdl2018)
static if(!(staticBinding))
alias pSDL_hid_open = SDL_hid_device* function
(
ushort vendor_id
,
ushort product_id
,
const(dchar)* serial_number
)

Meta