SDL_UpdateRect(3) | SDL API Reference | SDL_UpdateRect(3) |
NAME
SDL_UpdateRect - Makes sure the given area is updated on the given screen.SYNOPSIS
#include "SDL.h"DESCRIPTION
Makes sure the given area is updated on the given screen. The rectangle must be confined within the screen boundaries (no clipping is done).SEE ALSO
SDL_UpdateRects, SDL_Rect, SDL_Surface, SDL_LockSurfaceTue 11 Sep 2001, 23:01 | SDL |