Results 1 - 13 of 13 results out of about 6839 pages. (3.06 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...
- 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.....
- SDL_RWwrite . . . 1 match
- ...ns ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWtell . . . 1 match
- ...ose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWseek . . . 1 match
- ...ose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromMem . . . 1 match
- ...SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Categ...
- SDL_RWFromFile . . . 1 match
- ....[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Categ...
- SDL_RWFromFP . . . 1 match
- ...[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[Categ...
- SDL_RWFromConstMem . . . 1 match
- ...lose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
----
[[CategoryAPI]], [[CategoryIO]]...
- 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...
- 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...
- 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...
