Results 1 - 5 of 5 results out of about 6837 pages. (3.81 seconds)
- SDL_QuitSubSystem . . . 7 matches
- ...
= SDL_QuitSubSystem =
Use this function to shut down specific SDL subsystems.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_QuitSubSystem(Uint32 flags)
}}}
=...
- SDL_Quit . . . 2 matches
- ...his function even if you have already shutdown each initialized subsystem with [[SDL_QuitSubSystem]](). It is safe to call this function even in the case of errors in initializati...
- SDL_InitSubSystem . . . 2 matches
- ...ubSystem]]() directly.
Subsystem initialization is ref-counted, you must call [[SDL_QuitSubSystem]]() for each SDL_!InitSubSystem() to correctly shutdown a subsystem manually (or...
- SDL_AudioQuit . . . 1 match
- ...fy the audio driver you want to use. You should normally use [[SDL_Quit]]() or [[SDL_QuitSubSystem]]().
== Related Functions ==
.[[SDL_AudioInit]]
----
[[CategoryAPI]], [[Cate...
- 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...
