using itimers

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
rogerdv
Posts: 93
Joined: Wed Aug 27, 2003 4:20 pm

using itimers

Post by rogerdv »

How can i use ITimers? the function getTimer doesnt works as it is virtual. There is another way to get time ijn milliseconds using irrlicht?
ru guo ni yao ai, ni jiang bu hui shi qu
Gorgon Zola
Posts: 118
Joined: Thu Sep 18, 2003 10:05 pm
Location: switzerland

Post by Gorgon Zola »

long time=IRRDevice->getTimer()->getTime();

works with my irrlicht version v 0.5.

cheers
gorgon
Post Reply