#include <SFML/Config.h>
Go to the source code of this file.
Functions | |
CSFML_API void | sfSleep (float Duration) |
Make the current thread sleep for a given time. |
CSFML_API void sfSleep | ( | float | Duration | ) |
Make the current thread sleep for a given time.
Duration | : Time to sleep, in seconds |