Wiki Page Content

Revision 1 as of 2011-02-24 20:05:46

Clear message

DRAFT

SDL_UpdateWindowSurface

Use this function to copy the window surface to the screen.

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


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit