Wiki Page Content

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

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

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

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

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

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

SDL_RWwrite . . . 1 match
...s == .[[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_RWtell . . . 1 match
...SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[Cat...

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

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

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

SDL_RWread . . . 1 match
... == .[[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
... Functions == .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[Cat...

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

SDL_RWFromFile . . . 1 match
...ted Functions == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[Cat...

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

SDL_RWFromFP . . . 1 match
...d Functions == .[[SDL_RWclose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWtell]] .[[SDL_RWwrite]] ---- [[Cat...

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

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

1.3k - rev: 9 (current) last modified: 2015-06-20 20:07:06

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

2.3k - rev: 13 (current) last modified: 2016-11-20 21:53:05

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