| 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)); |
| 1852 | } |
| 1853 | void IconifyWindow(HContext context) |
| 1854 | { |
| 1855 | dmPlatform::IconifyWindow(g_functions.m_GetWindow(context)); |
no outgoing calls