|
Size: 488
Comment: update content (w/ Sam); remove 'draft' note
|
← Revision 3 as of 2010-09-16 04:21:55 ⇥
Size: 529
Comment: update content (w/ Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to shut down the video subsystem. | Use this function to shut down the video subsystem, if initialized with [[SDL_VideoInit]](). |
SDL_VideoQuit
Use this function to shut down the video subsystem, if initialized with SDL_VideoInit().
Syntax
void SDL_VideoQuit(void)
Code Examples
You can add your code example here
Remarks
This function closes all windows, and restores the original video mode.
