SDL_hid_open_path

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. SDL_hid_device* SDL_hid_open_path(const(char)* path, int bExclusive)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.sdl2018)
    static if(staticBinding)
    SDL_hid_open_path
    (
    const(char)* path
    ,
    int bExclusive = false
    )
  2. pSDL_hid_open_path SDL_hid_open_path;

Meta