![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
Functions | |
| CU_API void | sleep (uint32_t time) |
| Suspends the execution of the calling thread for a given time. | |
| CU_API bool | getScreenSize (uint32_t screen, Size &size) |
| Retrieves the given screen size. | |
| CU_API String | getLastErrorText () |
| Retrieves the last system error text. | |
| CU_API String | getOSName () |
| CU_API bool | isDebug () |
Retrieves the last system error text.
Retrieves the given screen size.
| [in] | screen | The screen index. |
| [out] | size | Receives the screen size. |
true if the size was retrieved. | CU_API bool castor::system::isDebug | ( | ) |
true in debug builds. | CU_API void castor::system::sleep | ( | uint32_t | time | ) |
Suspends the execution of the calling thread for a given time.
| [in] | time | The suspend time in milliseconds. |