Results 226 - 250 of 563 results out of about 6839 pages. (5.44 seconds)
- SDL_LogSetOutputFunction . . . 1 match
- ...Include(SDL_LogPriority, , , from="Start Include here.", to="##End Include here.")>>
== Related Functions ==
.[[SDL_LogGetOutputFunction]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogSetAllPriority . . . 1 match
- ...of:
<<Include(SDL_LogPriority, , , from="Start Include here.", to="##End Include here.")>>
== Related Functions ==
.[[SDL_LogSetPriority]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogResetPriorities . . . 1 match
- ...mple here
}}}
== Remarks ==
This is called in [[SDL_Quit]]().
== Related Functions ==
.[[SDL_LogSetAllPriority]]
.[[SDL_LogSetPriority]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogMessageV . . . 1 match
- ...]]
.[[SDL_LogCritical]]
.[[SDL_LogDebug]]
.[[SDL_LogError]]
.[[SDL_LogInfo]]
.[[SDL_LogMessage]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogMessage . . . 1 match
- ...]
.[[SDL_LogCritical]]
.[[SDL_LogDebug]]
.[[SDL_LogError]]
.[[SDL_LogInfo]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogInfo . . . 1 match
- ....[[SDL_LogCritical]]
.[[SDL_LogDebug]]
.[[SDL_LogError]]
.[[SDL_LogMessage]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogGetPriority . . . 1 match
- ...of:
<<Include(SDL_LogPriority, , , from="Start Include here.", to="##End Include here.")>>
== Related Functions ==
.[[SDL_LogSetPriority]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogGetOutputFunction . . . 1 match
- ...Include(SDL_LogPriority, , , from="Start Include here.", to="##End Include here.")>>
== Related Functions ==
.[[SDL_LogSetOutputFunction]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogError . . . 1 match
- ... .[[SDL_LogCritical]]
.[[SDL_LogDebug]]
.[[SDL_LogInfo]]
.[[SDL_LogMessage]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogDebug . . . 1 match
- ....[[SDL_LogCritical]]
.[[SDL_LogError]]
.[[SDL_LogInfo]]
.[[SDL_LogMessage]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LogCritical . . . 1 match
- ...]]
.[[SDL_LogDebug]]
.[[SDL_LogError]]
.[[SDL_LogInfo]]
.[[SDL_LogMessage]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_Log . . . 1 match
- ...]
.[[SDL_LogDebug]]
.[[SDL_LogError]]
.[[SDL_LogInfo]]
.[[SDL_LogMessage]]
.[[SDL_LogMessageV]]
.[[SDL_LogVerbose]]
.[[SDL_LogWarn]]
----
[[CategoryAPI]], [[CategoryLog]]...
- SDL_LockTexture . . . 1 match
- ...evel.
You must use [[SDL_UnlockTexture]]() to unlock the pixels and apply any changes.
== Related Functions ==
. [[SDL_UnlockTexture]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_LockSurface . . . 1 match
- ...ce at any time, and the pixel format of the surface will not change.
== Related Functions ==
.[[SDL_MUSTLOCK]]
.[[SDL_UnlockSurface]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_LockMutex . . . 1 match
- ... mutexes are recursive.
== Related Functions ==
.[[SDL_CreateMutex]]
.[[SDL_DestroyMutex]]
.[[SDL_TryLockMutex]]
.[[SDL_UnlockMutex]]
----
[[CategoryAPI]], [[CategoryMutex]]...
- SDL_LockAudioDevice . . . 1 match
- ...s at once, not only will you block the audio callback, you'll block the other thread.
== Related Functions ==
.[[SDL_UnlockAudioDevice]]
----
[[CategoryAPI]], [[CategoryAudio]]...
- SDL_LockAudio . . . 1 match
- ... legacy [[SDL_OpenAudio]]() function.
== Related Functions ==
.[[SDL_LockAudioDevice]]
.[[SDL_UnlockAudio]]
.[[SDL_UnlockAudioDevice]]
----
[[CategoryAPI]], [[CategoryAudio]]...
- SDL_LoadWAV_RW . . . 1 match
- ...ed to free the audio buffer with [[SDL_FreeWAV]]() when you are done with it.
== Related Functions ==
.[[SDL_FreeWAV]]
.[[SDL_LoadWAV]]
----
[[CategoryAPI]], [[CategoryAudio]]...
- SDL_LoadWAV . . . 1 match
- ...[[SDL_LoadWAV_RW]]() without having to deal with the [[CategoryIO|RWops]] API.
== Related Functions ==
.[[SDL_FreeWAV]]
.[[SDL_LoadWAV_RW]]
----
[[CategoryAPI]], CategoryAudio...
- SDL_LoadObject . . . 1 match
- ...o");
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_LoadFunction]]
.[[SDL_UnloadObject]]
----
[[CategoryAPI]], [[CategorySharedObject]]...
- SDL_LoadFunction . . . 1 match
- ...ction. Your code will crash mysteriously if you do not do this.
== Related Functions ==
. [[SDL_LoadObject]]
. [[SDL_UnloadObject]]
----
[[CategoryAPI]], CategorySharedObject...
- SDL_LoadDollarTemplates . . . 1 match
- ... Functions ==
.[[SDL_SaveAllDollarTemplates]]
.[[SDL_SaveDollarTemplate]]
----
[[CategoryAPI]], [[CategoryEvents]]
##See the Style Guide for instructions on editing the footer....
- SDL_LoadBMP_RW . . . 1 match
- ...urface should be freed with [[SDL_FreeSurface]]().
== Related Functions ==
.[[SDL_FreeSurface]]
.[[SDL_LoadBMP]]
.[[SDL_SaveBMP_RW]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_LoadBMP . . . 1 match
- ...m="== Remarks ==", to="== Related Functions ==")>>
== Related Functions ==
.[[SDL_FreeSurface]]
.[[SDL_LoadBMP_RW]]
.[[SDL_SaveBMP]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_JoystickUpdate . . . 1 match
- ...his is called automatically by the event loop if any joystick events are enabled.
== Related Functions ==
.[[SDL_JoystickEventState]]
----
[[CategoryAPI]], [[CategoryJoystick]]...
