Results 1 - 12 of 12 results out of about 6837 pages. (2.93 seconds)
- SDL_RWseek . . . 5 matches
- ...
= SDL_RWseek =
Use this function to seek within an [[SDL_RWops]] data stream.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
Sint64 SDL_RWseek(SDL_RWops* context,
...
- SDL_RWtell . . . 2 matches
- ...s *rw;
printf("Current position in stream: %lld\n", (long long) SDL_RWtell(rw));
if (SDL_RWseek(rw, 0, RW_SEEK_END) != -1) {
printf("Final position in stream: %lld\n", (long lo...
- SDL_RWops . . . 2 matches
- ...reat it as an opaque data pointer and use the [[SDL_RWread]](), [[SDL_RWwrite]](), [[SDL_RWseek]](), [[SDL_RWtell]]() and [[SDL_RWclose]]() functions on them. Applications almost n...
- SDL_RWwrite . . . 1 match
- ...ns ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWread . . . 1 match
- ...s ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWclose . . . 1 match
- ...ns ==
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromMem . . . 1 match
- ...romConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromFile . . . 1 match
- ...RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromFP . . . 1 match
- ...close]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromConstMem . . . 1 match
- ...lose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
----
[[CategoryAPI]], [[CategoryIO]]...
- 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...
