SDL_RWread

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t SDL_RWread(SDL_RWops* ctx, void* ptr, size_t size, size_t n)
    @nogc nothrow
    static if(sdlSupport < SDLSupport.sdl2010)
    size_t
    SDL_RWread
    (,
    void* ptr
    ,
    size_t size
    ,
    size_t n
    )
  2. size_t SDL_RWread(SDL_RWops* context, void* ptr, size_t size, size_t maxnum)
  3. pSDL_RWread SDL_RWread;

Meta