DRAFT |
SDL_UpdateWindowSurface
Use this function to copy the window surface to the screen.
Contents
Syntax
int SDL_UpdateWindowSurface(SDL_Window* window)
Function Parameters
window |
the window containing the surface |
Return Value
Returns 0 on success, or a negative error code on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
