Wiki Page Content

Revision 1 as of 2011-02-24 20:10:38

Clear message

DRAFT

SDL_UpdateWindowSurfaceRects

Use this function to copy a number of rectangles on the window surface to the screen.

Syntax

int SDL_UpdateWindowSurfaceRects(SDL_Window* window,
                                 SDL_Rect*   rects,
                                 int         numrects)

Function Parameters

window

the window containing the rectangle(s)

rects

the rectangle(s) to copy

numrects

the number of rectangles

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