SDL_RWops

Undocumented in source.

Members

Unions

Hidden
union Hidden
Undocumented in source.

Variables

close
int function(SDL_RWops*) close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hidden
Hidden hidden;
Undocumented in source.
read
size_t function(SDL_RWops*, void*, size_t, size_t) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
seek
long function(SDL_RWops*, long, int) seek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
size
long function(SDL_RWops*) size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
uint type;
Undocumented in source.
write
size_t function(SDL_RWops*, const(void)*, size_t, size_t) write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta