Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetWindowHeight
Function
GetWindowHeight
engine/platform/src/platform_window_null.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
uint32_t GetWindowHeight(HWindow window)
78
{
79
return window->m_WindowHeight;
80
}
81
82
bool GetSafeArea(HWindow window, WindowSafeArea* out)
83
{
Callers
5
GetSafeAreaAndroid
Function · 0.70
GetSafeArea
Function · 0.70
WindowGetHeight
Function · 0.70
Draw
Function · 0.50
RenderProfiler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected