Skip to main content
GameDev.net gamedev.net
🔒 Locked

Time Function?

Started by coderx04 Nov 24, 2004 at 2:40 AM 3 replies 1.6k views
Original Post
coderx04
coderx04
How to get the correct time in SDL? is there any example of using SDL_TIMER?
coderx04
coderx04
ok thanks..

One Question, I can just basically use SDL_DELAY(100) for 10 millisecond rite?.. thankss..
darookie
darookie
Yes and no.
If you can live with the fact that SDL_Delay(100) might pause for more than 10ms, then the answer is yes.
coderx04
coderx04
ok cool , thanks for the help...

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.