| 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)); |
| 1844 | } |
| 1845 | uint32_t GetWindowHeight(HContext context) |
| 1846 | { |
| 1847 | return dmPlatform::GetWindowHeight(g_functions.m_GetWindow(context)); |
no outgoing calls