SDL_RWops

Undocumented in source.

Members

Unions

Hidden
union Hidden
Undocumented in source.

Variables

close
int function(SDL_RWops* context) 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
int function(SDL_RWops* context, void* ptr, int size, int maxnum) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
seek
int function(SDL_RWops* context, int offset, int whence) seek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
Uint32 type;
Undocumented in source.
write
int function(SDL_RWops* context, in void* ptr, int size, int num) write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta