Wiki Page Content

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, ...

1.7k - rev: 24 (current) last modified: 2015-06-20 20:01:11

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...

1.1k - rev: 15 (current) last modified: 2015-06-20 19:57:52

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...

6.1k - rev: 11 (current) last modified: 2015-04-26 19:23:07

SDL_RWwrite . . . 1 match
...ns == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.7k - rev: 10 (current) last modified: 2015-06-20 20:03:24

SDL_RWread . . . 1 match
...s == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

2.8k - rev: 15 (current) last modified: 2015-09-17 21:55:16

SDL_RWclose . . . 1 match
...ns == .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.4k - rev: 13 (current) last modified: 2015-06-20 19:55:24

SDL_RWFromMem . . . 1 match
...romConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.4k - rev: 15 (current) last modified: 2015-06-20 20:00:06

SDL_RWFromFile . . . 1 match
...RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

3.0k - rev: 15 (current) last modified: 2016-05-12 20:32:05

SDL_RWFromFP . . . 1 match
...close]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.5k - rev: 18 (current) last modified: 2015-06-20 19:58:46

SDL_RWFromConstMem . . . 1 match
...lose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] ---- [[CategoryAPI]], [[CategoryIO]]...

1.6k - rev: 11 (current) last modified: 2015-04-26 19:16:57

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...

0.8k - rev: 14 (current) last modified: 2013-10-12 19:35:50

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit