Void updateScreen(SDLSurface screen)
Arguments
screen: The SDLSurface representing the screen
Usage
Update any changes made since the last update to the screen. This function is relatively slow, so try to avoid calling it unnecessarily.
screen: The SDLSurface representing the screenUpdate any changes made since the last update to the screen. This function is relatively slow, so try to avoid calling it unnecessarily.