Results 1 - 6 of 6 results out of about 6839 pages. (3.66 seconds)
- SDL_FreeRW . . . 6 matches
- ...
= SDL_FreeRW =
Use this function to free an [[SDL_RWops]] structure allocated by [[SDL_AllocRW]]().
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_FreeRW(SDL_RW...
- SDL_AllocRW . . . 4 matches
- ...kind of SDL_RWops for myclosefunc()");
}
free(context->hidden.unknown.data1);
SDL_FreeRW(context);
return 0;
}
SDL_RWops *MyCustomRWop()
{
SDL_RWops *c=SDL_AllocRW();
...
- SDL_RWops . . . 2 matches
- ...should release any resources used by the stream and free the SDL_RWops itself with [[SDL_FreeRW]](). This returns 0 on success, or -1 if the stream failed to flush to disk (or wher...
- SDL_RWclose . . . 1 match
- .... It releases any resources used by the stream and frees the SDL_RWops itself with [[SDL_FreeRW]](). This returns 0 on success, or -1 if the stream failed to flush to its output (e...
- CategoryIO . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= File I/O Abstraction =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/inclu...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
