SFML community forums

Help => System => Topic started by: TheEnigmist on April 12, 2012, 11:23:10 pm

Title: Question about sf::Clock
Post by: TheEnigmist on April 12, 2012, 11:23:10 pm
Simple and fast:
There is a way to pause sf::Clock?
Title: Re: Question about sf::Clock
Post by: Lo-X on April 13, 2012, 12:17:36 am
No, not in sfml.

You can implement a stoppable watch by yourself, it's pretty easy.

If you want an exemple, there are maybe some in the wiki, but the "Thor" library implement a very good one :

http://www.bromeon.ch/libraries/thor/index.html