SDL_!UpdateRects?
NAME SYNOPSIS DESCRIPTION SEE ALSO
SDL_!UpdateRects?- Makes sure the given list of rectangles is updated on the given screen.
#include
void SDL_!UpdateRects?(SDL_Surface *screen, int numrects, SDL_Rect *rects);
Makes sure the given list of rectangles is updated on the given screen.
This function should not be called while screen is locked.
SDL_!UpdateRect?, SDL_Rect, SDL_Surface, SDL_!LockSurface?
One page links to SDL_UpdateRects(3):