Results 1 - 14 of 14 results out of about 6837 pages. (4.14 seconds)
- SDL_RWFromMem . . . 5 matches
- ...
= SDL_RWFromMem =
Use this function to prepare a read-write memory buffer for use with [[SDL_RWops]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_RWops* SDL_RWFr...
- SDL_RWops . . . 2 matches
- ...tructures either, instead favoring creation functions like [[SDL_RWFromFile]](), [[SDL_RWFromMem]](), etc.
Third-party libraries and special, low-level code may need to know how ...
- SDL_RWFromConstMem . . . 2 matches
- ...ee the original buffer.
If you need to write to a memory buffer, you should use [[SDL_RWFromMem]]() with a writable buffer of memory instead.
== Related Functions ==
.[[SDL_RWc...
- SDL_RWwrite . . . 1 match
- ...s ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWtell . . . 1 match
- ...SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Cat...
- SDL_RWseek . . . 1 match
- ...SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Cat...
- SDL_RWread . . . 1 match
- ... ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWclose . . . 1 match
- ... Functions ==
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Cat...
- SDL_RWFromFile . . . 1 match
- ...ted Functions ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[Cat...
- SDL_RWFromFP . . . 1 match
- ...d Functions ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[Cat...
- SDL_FreeRW . . . 1 match
- ...you should use the built-in implementations in SDL, like [[SDL_RWFromFile]]() or [[SDL_RWFromMem]](), etc, and call the '''close''' method on those SDL_RWops pointers when you are...
- SDL_AllocRW . . . 1 match
- ...you should use the built-in implementations in SDL, like [[SDL_RWFromFile]]() or [[SDL_RWFromMem]](), etc.
You must free the returned pointer with [[SDL_FreeRW]](). Depending on ...
- 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...
