Wiki Page Content

Revision 3 as of 2011-06-12 16:25:32

Clear message

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

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