Skip to content

SDL_Delay()

Syntax

void SDL_Delay(unsigned int delay);

Description

Delay execution for a specified number of milliseconds.

Details

This function pauses the program execution for the given number of milliseconds.

Input

param Description
delay The

The actual implementation is in SDL_Delay.