2001-09-14 02:41:09 +00:00
.TH "SDL_Delay" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
2001-04-26 16:45:43 +00:00
.SH "NAME"
2007-12-29 02:34:53 +00:00
SDL_Delay \- Wait a specified number of milliseconds before returning\& .
2001-04-26 16:45:43 +00:00
.SH "SYNOPSIS"
.PP
\fB #include "SDL\& .h"
.sp
\fB void \fB SDL_Delay\fP \fR (\fB Uint32 ms\fR );
.SH "DESCRIPTION"
.PP
Wait a specified number of milliseconds before returning\& . \fB SDL_Delay\fP will wait at \fI least\fP the specified time, but possible longer due to OS scheduling\& .
2001-06-10 19:31:57 +00:00
.PP
.RS
\fB Note:
.PP
Count on a delay granularity of \fI at least\fP 10 ms\& . Some platforms have shorter clock ticks but this is the most common\& .
.RE
2001-04-26 16:45:43 +00:00
.SH "SEE ALSO"
.PP
\fI \fB SDL_AddTimer\fP \fR
2001-09-14 02:41:09 +00:00
. ..\" created by instant / docbook-to-man, Tue 11 Sep 2001 , 23 :01