Wiki Page Content

Results 1 - 13 of 13 results out of about 6838 pages. (3.44 seconds)

SDL_RWops . . . 3 matches
... SDL_RWFromFile("username.txt", "rb"); if (io != NULL) { char name[256]; if (SDL_RWread(io, name, sizeof (name), 1) > 0) { printf("Hello, %s!\n", name); } S...

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

SDL_RWclose . . . 2 matches
...nt8 buf[256]; SDL_RWops *rw = SDL_RWFromFile("test.bin", "r"); if (rw != NULL) { SDL_RWread(rw, buf, sizeof (buf), 1); SDL_RWclose(rw); } // Go on and use the data in buf.....

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

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_RWtell . . . 1 match
...ose]] .[[SDL_RWFromConstMem]] .[[SDL_RWFromFile]] .[[SDL_RWFromFP]] .[[SDL_RWFromMem]] .[[SDL_RWread]] .[[SDL_RWseek]] .[[SDL_RWwrite]] ---- [[CategoryAPI]], [[CategoryIO]]...

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

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

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

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

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

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

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

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

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

MigrationGuide . . . 1 match
...general API. Refer to SDL_system.h for a list of these functions. === RWops === [[SDL_RWread]]() and [[SDL_RWwrite]]() now return `0` on error instead of `-1`. If you wrote you...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 1 match
...ral. Puedes ver la lista de estas funciones en SDL_system.h. === RWops === Tanto [[SDL_RWread]]() como [[SDL_RWwrite]]() ahora devuelven 0 en caso de error en vez de -1. Si escr...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

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