Results 1 - 25 of 35 results out of about 6839 pages. (4.82 seconds)
- SDL_RWops . . . 19 matches
- ...
= SDL_RWops =
A structure that provides an abstract interface to stream I/O. Applications can generally ignore the specifics of this structure's internals and treat them as opaq...
- SDL_AllocRW . . . 16 matches
- ...
= SDL_AllocRW =
Use this function to allocate an empty, unpopulated [[SDL_RWops]] structure.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_RWops* SDL_AllocRW(void)...
- SDL_FreeRW . . . 9 matches
- ...
= SDL_FreeRW =
Use this function to free an [[SDL_RWops]] structure allocated by [[SDL_AllocRW]]().
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_FreeRW(SDL_R...
- SDL_RWclose . . . 8 matches
- ...
= SDL_RWclose =
Use this function to close and free an allocated [[SDL_RWops]] structure.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_RWclose(struct SDL_RWop...
- SDL_RWFromMem . . . 7 matches
- ...L_RWFromMem =
Use this function to prepare a read-write memory buffer for use with [[SDL_RWops]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_RWops* SDL_RWFromMem(...
- SDL_RWFromFP . . . 6 matches
- ...
= SDL_RWFromFP =
Use this function to create an [[SDL_RWops]] structure from a standard I/O file pointer (stdio.h's `FILE*`).
<<TableOfContents()>>
== Syntax ==
{{{#!highlight...
- SDL_RWwrite . . . 5 matches
- ...
= SDL_RWwrite =
Use this function to write to an [[SDL_RWops]] data stream.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_RWwrite(struct SDL_RWops* context,...
- SDL_RWtell . . . 5 matches
- ...
= SDL_RWtell =
Use this function to determine the current read/write offset in an [[SDL_RWops]] data stream.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
Sint64 SDL_RW...
- 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_RWread . . . 5 matches
- ...ce.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_RWread(struct SDL_RWops* context,
void* ptr,
size_t ...
- SDL_RWFromFile . . . 5 matches
- ...
= SDL_RWFromFile =
Use this function to create a new [[SDL_RWops]] structure for reading from and/or writing to a named file.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight...
- SDL_RWFromConstMem . . . 5 matches
- ...y buffer for use with RWops.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_RWops* SDL_RWFromConstMem(const void* mem,
int size)...
- SDL_RWsize . . . 4 matches
- ...*^*^*^*^*
= SDL_RWsize =
Use this macro to get the size of the data stream in an [[SDL_RWops]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
Sint64 SDL_RWsize(SDL_R...
- SDL_WriteU8 . . . 3 matches
- ...iting this page*^*^*^*^*
= SDL_WriteU8 =
Use this function to write a byte to an [[SDL_RWops]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_WriteU8(SDL_...
- SDL_ReadU8 . . . 3 matches
- ...iting this page*^*^*^*^*
= SDL_ReadU8 =
Use this function to read a byte from an [[SDL_RWops]].
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
Uint8 SDL_ReadU8(SDL_RW...
- SDL_WriteLE64 . . . 2 matches
- ...
= SDL_WriteLE64 =
Use this function to write 64 bits in native format to a [[SDL_RWops]] as little-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SD...
- SDL_WriteLE32 . . . 2 matches
- ...
= SDL_WriteLE32 =
Use this function to write 32 bits in native format to a [[SDL_RWops]] as little-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SD...
- SDL_WriteLE16 . . . 2 matches
- ...
= SDL_WriteLE16 =
Use this function to write 16 bits in native format to a [[SDL_RWops]] as little-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SD...
- SDL_WriteBE64 . . . 2 matches
- ...
= SDL_WriteBE64 =
Use this function to write 64 bits in native format to a [[SDL_RWops]] as big-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_W...
- SDL_WriteBE32 . . . 2 matches
- ...
= SDL_WriteBE32 =
Use this function to write 32 bits in native format to a [[SDL_RWops]] as big-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_W...
- SDL_WriteBE16 . . . 2 matches
- ...
= SDL_WriteBE16 =
Use this function to write 16 bits in native format to a [[SDL_RWops]] as big-endian data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
size_t SDL_W...
- SDL_SaveDollarTemplate . . . 2 matches
- ...t cpp
int SDL_SaveDollarTemplate(SDL_GestureID gestureId,
SDL_RWops* dst)
}}}
== Function Parameters ==
||'''gestureId'''||a gesture id||
||'''dst'...
- SDL_SaveAllDollarTemplates . . . 2 matches
- ...TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SaveAllDollarTemplates(SDL_RWops* dst)
}}}
== Function Parameters ==
||'''dst'''||a [[SDL_RWops]] to save to||
== ...
- SDL_ReadLE64 . . . 2 matches
- ...
= SDL_ReadLE64 =
Use this function to read 64 bits of little-endian data from an [[SDL_RWops]] and return in native format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight c...
- SDL_ReadLE32 . . . 2 matches
- ...
= SDL_ReadLE32 =
Use this function to read 32 bits of little-endian data from an [[SDL_RWops]] and return in native format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight c...
