Is there a delay function in Win32 or OpenGL?

Started by
0 comments, last by DarkEliteHacker 22 years, 8 months ago
I''ve just started getting really into OpenGL, I got my texture loading and bsp loading in there but how can I put a delay in the splash screens? Something like the old dos command, Delay. Thanks.
"I can only show you the door, your the one who has to walk through it"
Advertisement
The command to delay for a certain period of time is Sleep(), you pass it the number of milliseconds that you want the program to pause for.

J.W.

This topic is closed to new replies.

Advertisement