Wiki Page Content

Results 1 - 5 of 5 results out of about 6839 pages. (3.71 seconds)

SDL_VideoInit . . . 4 matches
... SDL_bool videoinit = SDL_FALSE; void OnQuit(void) { if (videoinit) { SDL_VideoQuit(); } SDL_Quit(); } int main(int argc, char** argv) { if (SDL_Init(0) ...

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

SDL_QuitSubSystem . . . 1 match
...WasInit]]() will not work. You will need to use that subsystem's quit function ([[SDL_VideoQuit]]()) directly instead. You still need to call [[SDL_Quit]]() even if you close al...

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

SDL_Quit . . . 1 match
...() or [[SDL_InitSubSystem]](), then you must use that subsystem's quit function ([[SDL_VideoQuit]]()) to shut it down before calling SDL_Quit(). You can use this function with at...

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

CategoryVideo . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Display and Window Management = '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/defau...

0.7k - rev: 23 (current) last modified: 2013-07-27 14:08:36

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