Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetWindowWidth
Function
GetWindowWidth
engine/platform/src/platform_window_null.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
uint32_t GetWindowWidth(HWindow window)
73
{
74
return window->m_WindowWidth;
75
}
76
77
uint32_t GetWindowHeight(HWindow window)
78
{
Callers
5
GetSafeAreaAndroid
Function · 0.70
GetSafeArea
Function · 0.70
WindowGetWidth
Function · 0.70
Draw
Function · 0.50
RenderProfiler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected