Results 176 - 200 of 563 results out of about 6839 pages. (4.46 seconds)
- SDL_ReadLE16 . . . 1 match
- ...
SDL byteswaps the data only if necessary, so the data returned will be in the native byte order.
== Related Functions ==
.[[SDL_ReadBE16]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_ReadBE64 . . . 1 match
- ...
SDL byteswaps the data only if necessary, so the data returned will be in the native byte order.
== Related Functions ==
.[[SDL_ReadLE64]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_ReadBE32 . . . 1 match
- ...
SDL byteswaps the data only if necessary, so the data returned will be in the native byte order.
== Related Functions ==
.[[SDL_ReadLE32]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_ReadBE16 . . . 1 match
- ...
SDL byteswaps the data only if necessary, so the data returned will be in the native byte order.
== Related Functions ==
.[[SDL_ReadLE16]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RaiseWindow . . . 1 match
- ...raise||
== Code Examples ==
{{{#!highlight cpp
You can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_RWwrite . . . 1 match
- ...s ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWtell . . . 1 match
- ...se]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWsize . . . 1 match
- ...delete this comment.
== Version ==
This function is available since SDL 2.0.0.
----
[[CategoryAPI]], [[CategoryIO]]
##See the Style Guide for instructions on editing the footer....
- SDL_RWseek . . . 1 match
- ...se]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWread . . . 1 match
- ... ==
.[[SDL_RWclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWclose . . . 1 match
- ...s ==
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromMem . . . 1 match
- ...omConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromFile . . . 1 match
- ...Wclose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromFP . . . 1 match
- ...lose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
.[[SDL_RWwrite]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_RWFromConstMem . . . 1 match
- ...ose]]
.[[SDL_RWFromConstMem]]
.[[SDL_RWFromFile]]
.[[SDL_RWFromFP]]
.[[SDL_RWFromMem]]
.[[SDL_RWread]]
.[[SDL_RWseek]]
.[[SDL_RWtell]]
----
[[CategoryAPI]], [[CategoryIO]]...
- SDL_REVISION . . . 1 match
- ...must be included in your program explicitly if you want to use the SDL_REVISION constant.
== Related Functions ==
.[[SDL_GetRevision]]
----
[[CategoryAPI]], [[CategoryVersion]]...
- SDL_QuitSubSystem . . . 1 match
- ...uit]]() even if you close all open subsystems with [[SDL_QuitSubSystem]]().
== Related Functions ==
.[[SDL_InitSubSystem]]
.[[SDL_Quit]]
----
[[CategoryAPI]], [[CategoryInit]]...
- SDL_QuitRequested . . . 1 match
- ...in their event loop, too, without using this macro.
== Related Functions ==
.[[SDL_PollEvent]]
.[[SDL_PumpEvents]]
.[[SDL_WaitEvent]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_Quit . . . 1 match
- ...it is not wise to do this from a library or other dynamically loaded code.
== Related Functions ==
.[[SDL_Init]]
.[[SDL_QuitSubSystem]]
----
[[CategoryAPI]], [[CategoryInit]]...
- SDL_QueueAudio . . . 1 match
- ...earQueuedAudio]]
.[[SDL_GetQueuedAudioSize]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryAudio]]
##See the Style Guide for instructions on editing the footer....
- SDL_QueryTexture . . . 1 match
- ...SDL_PixelFormatEnum, , , from="=== Pixel Format Values ===", to="== Code Examples ==")>>
== Related Functions ==
.[[SDL_CreateTexture]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_PushEvent . . . 1 match
- ...de that also wants its own custom event types.
== Related Functions ==
.[[SDL_PeepEvents]]
.[[SDL_PollEvent]]
.[[SDL_RegisterEvents]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_PumpEvents . . . 1 match
- ... then you must call [[SDL_PumpEvents]]() to force an event queue update.
== Related Functions ==
.[[SDL_PollEvent]]
.[[SDL_WaitEvent]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_PollEvent . . . 1 match
- ... .[[SDL_GetEventFilter]]
.[[SDL_PeepEvents]]
.[[SDL_PushEvent]]
.[[SDL_SetEventFilter]]
.[[SDL_WaitEvent]]
.[[SDL_WaitEventTimeout]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_PointInRect . . . 1 match
- ...must not be NULL.
== Version ==
This function is available since SDL 2.0.4.
----
[[CategoryAPI]], [[CategoryRect]]
##See the Style Guide for instructions on editing the footer....
