Method SDL.quit()
- Method
quit
void
quit()- Description
Shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit.
- Note
You can use the atexit() method to ensure that this method is always called when Pike exits normally.
- See also