Wiki Page Content

Results 1 - 8 of 8 results out of about 6839 pages. (4.19 seconds)

SDL_InitSubSystem . . . 8 matches
... = SDL_InitSubSystem = Use this function to initialize specific SDL subsystems. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_InitSubSystem(Uint32 flags) }}} =...

1.9k - rev: 14 (current) last modified: 2015-01-02 21:29:27

SDL_Init . . . 5 matches
... return 0; } }}} == Remarks == [[SDL_Init]]() simply forwards to calling [[SDL_InitSubSystem]](). Therefore, the two may be used interchangeably. Though for readability of ...

2.4k - rev: 52 (current) last modified: 2017-04-08 21:22:04

SDL_QuitSubSystem . . . 3 matches
...zed = !SDL_Init(0); /* ... console stuff ... */ if (sdl_initialized && SDL_InitSubSystem(SDL_INIT_VIDEO)) { display_graph(); SDL_QuitSubSystem(SDL_INIT_V...

1.5k - rev: 8 (current) last modified: 2016-06-10 20:00:41

SDL_VideoInit . . . 2 matches
...ion and you haven't used the SDL_INIT_VIDEO flag with either [[SDL_Init]]() or [[SDL_InitSubSystem]](), you should call [[SDL_VideoQuit]]() before calling [[SDL_Quit]](). It is s...

1.9k - rev: 11 (current) last modified: 2013-10-13 12:37:21

SDL_WasInit . . . 1 match
...lude(SDL_Init, , , from="OR'd together:", to="If you want to initialize")>> == Related Functions == .[[SDL_Init]] .[[SDL_InitSubSystem]] ---- [[CategoryAPI]], [[CategoryInit]]...

1.7k - rev: 14 (current) last modified: 2016-05-14 22:29:46

SDL_Quit . . . 1 match
...s init function (for example [[SDL_VideoInit]]()) instead of [[SDL_Init]]() or [[SDL_InitSubSystem]](), then you must use that subsystem's quit function ([[SDL_VideoQuit]]()) to s...

1.3k - rev: 7 (current) last modified: 2015-01-07 02:59:53

SDL_AudioInit . . . 1 match
...e the audio driver you want to use. You should normally use [[SDL_Init]]() or [[SDL_InitSubSystem]](). == Related Functions == .[[SDL_AudioQuit]] ---- [[CategoryAPI]], [[Categ...

1.0k - rev: 16 (current) last modified: 2013-11-02 12:59:01

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit