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

Method GetClientWidth

trinityal/tests/RenderWindow_Stub.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17uint32_t RenderWindow::GetClientWidth() const
18{
19 return reinterpret_cast<uintptr_t>( m_handle ) & 0xffff;
20}
21
22uint32_t RenderWindow::GetClientHeight() const
23{

Callers 2

ResizeWindowMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected