Wiki Page Content

Results 1 - 19 of 19 results out of about 6839 pages. (3.81 seconds)

SDL_QuitSubSystem . . . 10 matches
... = SDL_QuitSubSystem = Use this function to shut down specific SDL subsystems. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_QuitSubSystem(Uint32 flags) }}} ==...

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

SDL_QuitEvent . . . 8 matches
... = SDL_QuitEvent = A structure that contains the "quit requested" event. <<TableOfContents()>> == Data Fields == ||Uint32||'''type'''||SDL_QUIT|| ||Uint32||'''timestamp'''||time...

0.8k - rev: 12 (current) last modified: 2014-10-23 15:55:21

SDL_Quit . . . 7 matches
... = SDL_Quit = Use this function to clean up all initialized subsystems. You should call it upon all exit conditions. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void ...

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

SDL_EventType . . . 10 matches
... #808080;">do not remove (unused)|| ||||<bgcolor="#EDEDED">''Application events''|| ||SDL_QUIT||user-requested quit; see [[#Remarks|Remarks]] for details|| ||||<bgcolor="#EDEDED">'...

8.3k - rev: 47 (current) last modified: 2016-10-13 20:32:06

SDL_InitSubSystem . . . 5 matches
...IT_JOYSTICK); /* Do some stuff with video and joystick */ /* Shut them both down */ SDL_Quit(); }}} == Remarks == After SDL has been initialized with [[SDL_Init]]() you may init...

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

SDL_Event . . . 4 matches
...[[SDL_AudioDeviceEvent]]||'''adevice'''||audio device event data (>= SDL 2.0.4)|| ||[[SDL_QuitEvent]]||'''quit'''||quit request event data|| ||[[SDL_UserEvent]]||'''user'''||custom...

7.8k - rev: 43 (current) last modified: 2018-09-29 22:14:59

SGFunctions . . . 3 matches
...it has been deemed appropriate to refer to a macro as a function in the wiki. (eg: [[SDL_QuitRequested]]()) This is not accidental. Please do not "correct" these instances. If ...

49.0k - rev: 72 (current) last modified: 2013-02-13 22:15:11

SDL_VideoInit . . . 2 matches
...L_FALSE; void OnQuit(void) { if (videoinit) { SDL_VideoQuit(); } SDL_Quit(); } int main(int argc, char** argv) { if (SDL_Init(0) != 0) { printf("E...

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

SDL_Init . . . 2 matches
... to initialize SDL: %s", SDL_GetError()); return 1; } /* ... */ SDL_Quit(); return 0; } }}} == Remarks == [[SDL_Init]]() simply forwards to calling [[SD...

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

SDL_AudioQuit . . . 2 matches
... specific need to specify the audio driver you want to use. You should normally use [[SDL_Quit]]() or [[SDL_QuitSubSystem]](). == Related Functions == .[[SDL_AudioInit]] ---- [...

0.8k - rev: 13 (current) last modified: 2013-11-02 13:01:22

MigrationGuide . . . 2 matches
...screen video well when crashing. You should install your own crash handler, or call [[SDL_Quit]]() in an `atexit()` function or whatnot if this is a concern. Note that on Unix plat...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 2 matches
...res críticos, así que deberías configurar un manejador de crashes propio o llamar a [[SDL_Quit]]() en un `atexit()`, en caso de ser necesario. Ten en cuenta que en plataformas Unix...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

CategoryInit . . . 2 matches
...may cause crashes and hard to diagnose problems. === Introduction to Shut Down === [[SDL_Quit]]() should be called before an SDL application exits to safely shut down all subsyste...

2.3k - rev: 27 (current) last modified: 2016-03-27 21:42:54

SDL_SetAssertionHandler . . . 1 match
...om one thread at a time. This callback is NOT reset to SDL's internal handler upon [[SDL_Quit]]()! == Related Functions == .[[SDL_GetAssertionHandler]] ---- [[CategoryAPI]], [[...

1.8k - rev: 12 (current) last modified: 2015-02-21 10:20:56

SDL_LogResetPriorities . . . 1 match
...ghlight cpp You can add your code example here }}} == Remarks == This is called in [[SDL_Quit]](). == Related Functions == .[[SDL_LogSetAllPriority]] .[[SDL_LogSetPriority]] -...

0.5k - rev: 3 (current) last modified: 2013-08-08 20:11:45

SDL_ClearHints . . . 1 match
...es == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function is automatically called during [[SDL_Quit]](). ---- [[CategoryAPI]], [[CategoryHints]]...

0.4k - rev: 2 (current) last modified: 2011-03-23 17:06:19

CategoryStruct . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API Structures = <<TableOfContents()>> == Introduction == This category contains a...

0.3k - rev: 7 (current) last modified: 2015-03-21 20:48:59

CategoryEvents . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Event Handling = '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL...

1.3k - rev: 15 (current) last modified: 2014-03-10 18:53:46

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