Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 882 Bytes

SDL_UpdateRect.3

File metadata and controls

19 lines (19 loc) · 882 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
.TH "SDL_UpdateRect" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
Apr 26, 2001
Apr 26, 2001
2
.SH "NAME"
Dec 29, 2007
Dec 29, 2007
3
SDL_UpdateRect \- Makes sure the given area is updated on the given screen\&.
Apr 26, 2001
Apr 26, 2001
4
5
6
7
8
9
10
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBvoid \fBSDL_UpdateRect\fP\fR(\fBSDL_Surface *screen, Sint32 x, Sint32 y, Sint32 w, Sint32 h\fR);
.SH "DESCRIPTION"
.PP
Jun 10, 2001
Jun 10, 2001
11
Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
Apr 26, 2001
Apr 26, 2001
12
13
14
15
16
17
18
.PP
If \&'\fBx\fR\&', \&'\fBy\fR\&', \&'\fBw\fR\&' and \&'\fBh\fR\&' are all 0, \fBSDL_UpdateRect\fP will update the entire screen\&.
.PP
This function should not be called while \&'\fBscreen\fR\&' is \fIlocked\fR\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_UpdateRects\fP\fR, \fI\fBSDL_Rect\fR\fR, \fI\fBSDL_Surface\fR\fR, \fI\fBSDL_LockSurface\fP\fR
Oct 10, 2009
Oct 10, 2009
19
.\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01