Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ WindowGetWidth
Function
WindowGetWidth
engine/platform/src/window.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
uint32_t WindowGetWidth(HWindow window)
61
{
62
return dmPlatform::GetWindowWidth(window);
63
}
64
65
uint32_t WindowGetHeight(HWindow window)
66
{
Callers
1
TEST_F
Function · 0.85
Calls
1
GetWindowWidth
Function · 0.70
Tested by
1
TEST_F
Function · 0.68