| 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); |
| 1840 | } |
| 1841 | uint32_t GetWindowWidth(HContext context) |
| 1842 | { |
| 1843 | return dmPlatform::GetWindowWidth(g_functions.m_GetWindow(context)); |
no outgoing calls