-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_SetTimerResolution
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Set the sleep precision of all waitable objects.
See timeBeginPeriod
on Windows.
void MTY_SetTimerResolution(
uint32_t res
);
res
(uint32_t
)
The desired precision in milliseconds. This can not be less than 1.