Penguin
Blame: SDL_Delay(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_Delay(3) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_Delay
2 !!!SDL_Delay
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_Delay- Wait a specified number of milliseconds before returning.
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __void SDL_Delay__(__Uint32 ms__);
19 !!DESCRIPTION
20
21
22 Wait a specified number of milliseconds before returning.
23 __SDL_Delay__ will wait at ''least'' the specified
24 time, but possible longer due to OS scheduling.
25 !!SEE ALSO
26
27
2 perry 28 __SDL_!AddTimer__
1 perry 29 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.