| 2051 | return g_functions.m_GetHeight(context); |
| 2052 | } |
| 2053 | void SetWindowSize(HContext context, uint32_t width, uint32_t height) |
| 2054 | { |
| 2055 | g_functions.m_SetWindowSize(context, width, height); |
| 2056 | } |
| 2057 | void ResizeWindow(HContext context, uint32_t width, uint32_t height) |
| 2058 | { |
| 2059 | g_functions.m_ResizeWindow(context, width, height); |
no outgoing calls