Wiki Page Content

Revision 1 as of 2010-05-17 22:30:57

Clear message

DRAFT

SDL_Delay

Use this function to wait a specified number of milliseconds before returning.

Syntax

void SDL_Delay(Uint32 ms)

Function Parameters

ms

the number of milliseconds to delay (32-bit)

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryTimer

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit