| 20 | } |
| 21 | |
| 22 | uint32_t RenderWindow::GetClientHeight() const |
| 23 | { |
| 24 | return ( reinterpret_cast<uintptr_t>( m_handle ) >> 16 ) & 0xffff; |
| 25 | } |
| 26 | |
| 27 | bool RenderWindow::Resize( uint32_t width, uint32_t height ) |
| 28 | { |
no outgoing calls
no test coverage detected