| 1827 | ////// PLATFORM / WINDOWS SPECIFIC FUNCTIONS ////// |
| 1828 | |
| 1829 | HWindow GetWindow(HContext context) |
| 1830 | { |
| 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); |
no outgoing calls
no test coverage detected