| 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); |
nothing calls this directly
no test coverage detected