Skip to content

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
);

Parameters

res (uint32_t)

The desired precision in milliseconds. This can not be less than 1.

Platform support

Windows  

See also

Module: Time

Clone this wiki locally