Castor3D 0.16.0
Multiplatform 3D engine
|
Namespaces | |
namespace | castor |
namespace | castor::system |
Functions | |
CU_API void | castor::system::sleep (uint32_t time) |
Suspends the execution of the calling thread for a given time. | |
CU_API bool | castor::system::getScreenSize (uint32_t screen, Size &size) |
Retrieves the given screen size. | |
CU_API String | castor::system::getLastErrorText () |
Retrieves the last system error text. | |
CU_API String | castor::system::getOSName () |
CU_API void | castor::getLocaltime (std::tm *tm, time_t const *time) |
template<typename T , size_t N> | |
size_t | castor::getCountOf (T const(&data)[N]) |