| 1843 | return dmPlatform::GetWindowWidth(g_functions.m_GetWindow(context)); |
| 1844 | } |
| 1845 | uint32_t GetWindowHeight(HContext context) |
| 1846 | { |
| 1847 | return dmPlatform::GetWindowHeight(g_functions.m_GetWindow(context)); |
| 1848 | } |
| 1849 | float GetDisplayScaleFactor(HContext context) |
| 1850 | { |
| 1851 | return dmPlatform::GetDisplayScaleFactor(g_functions.m_GetWindow(context)); |
no outgoing calls