MCPcopy 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

GetSafeAreaAndroidFunction · 0.70
GetSafeAreaFunction · 0.70
WindowGetHeightFunction · 0.70
DrawFunction · 0.50
RenderProfilerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected