Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-06-12 16:24:35
Size: 547
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2011-06-12 16:25:32
Size: 553
Editor: SheenaSmith
Comment: correct typo, minor change
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to see whether an SLD_QUIT event is queued. Use this function to see whether an SDL_QUIT event is queued.
Line 15: Line 15:
Returns SDL_TRUE if it is queued or SDL_FALSE otherwise. Returns SDL_TRUE if SDL_QUIT is queued or SDL_FALSE otherwise.

SDL_QuitRequested

Use this function to see whether an SDL_QUIT event is queued.

Syntax

SDL_bool SDL_QuitRequested(void)

Return Value

Returns SDL_TRUE if SDL_QUIT is queued or SDL_FALSE otherwise.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryEvents

None: SDL_QuitRequested (last edited 2015-04-26 19:08:07 by PhilippWiesemann)

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