Gosu
Timing.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 
6 namespace Gosu
7 {
9  void sleep(unsigned milliseconds);
10 
13  unsigned long milliseconds();
14 }
unsigned long milliseconds()
Returns the milliseconds since first calling this function.
Definition: Audio.hpp:12
void sleep(unsigned milliseconds)
Freezes the current thread for at least the specified time.