DRAFT |
SDL_VideoQuit
Use this function to shut down the video subsystem.
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.
DRAFT |
Use this function to shut down the video subsystem.
void SDL_VideoQuit(void)
You can add your code example here
This function closes all windows, and restores the original video mode.