MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetClientHeight

Method GetClientHeight

trinityal/tests/RenderWindow_Stub.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ResizeWindowMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected