Is there a special function in Axmol to get the system time? #1365
Closed
10100010010001001010
started this conversation in
General
Replies: 1 comment
-
You can use c++11 yasio::clock<yasio::system_clock_t>(); // millisecond
yasio::highp_clock<yasio::system_clock_t>(); // microseconds
yasio::xhighp_clock<yasio::system_clock_t>(); // nanoseconds |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Or can i just use the windows functions?
Beta Was this translation helpful? Give feedback.
All reactions