Time related utility functions. More...
Functions | |
void | PKMilliSleep (uint32 milliseconds) |
Wait for a specific number of milliseconds. More... | |
Time related utility functions.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved.
This example is provided on an "as is" basis and without warranty of any kind. Global Graphics Software Ltd. does not warrant or make any representations regarding the use or results of use of this example.
void PKMilliSleep | ( | uint32 | milliseconds | ) |
Wait for a specific number of milliseconds.
[in] | milliseconds | The number of milliseconds to wait. |