[Top]
SDL
|
Method SDL.quit()
- Method
quit
-
void SDL.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
-
SDL.init() , SDL.init_sub_system() , SDL.quit_sub_system()
|