|
Size: 553
Comment: correct typo, minor change
|
Size: 579
Comment: update content - w/ Sam (RF)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| .[[SDL_Quit]] | .[[SDL_PollEvent]] .[[SDL_WaitEvent]] |
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
