Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_Delay

SDL_Delay

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_Delay- Wait a specified number of milliseconds before returning.

SYNOPSIS

#include

void SDL_Delay(Uint32 ms);

DESCRIPTION

Wait a specified number of milliseconds before returning. SDL_Delay will wait at least the specified time, but possible longer due to OS scheduling.

SEE ALSO

SDL_AddTimer?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.