MCPcopy Create free account
hub / github.com/defold/defold / GetWindowRefreshRate

Function GetWindowRefreshRate

engine/graphics/src/graphics.cpp:1833–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831 return g_functions.m_GetWindow(context);
1832 }
1833 uint32_t GetWindowRefreshRate(HContext context)
1834 {
1835 return dmPlatform::GetWindowStateParam(g_functions.m_GetWindow(context), WINDOW_STATE_REFRESH_RATE);
1836 }
1837 uint32_t GetWindowStateParam(HContext context, WindowState state)
1838 {
1839 return dmPlatform::GetWindowStateParam(g_functions.m_GetWindow(context), state);

Callers

nothing calls this directly

Calls 1

GetWindowStateParamFunction · 0.70

Tested by

no test coverage detected