Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
uint32_t RenderWindow::GetClientWidth() const
18
{
19
return reinterpret_cast<uintptr_t>( m_handle ) & 0xffff;
20
}
21
22
uint32_t RenderWindow::GetClientHeight() const
23
{
Callers
2
ResizeWindow
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected