MCPcopy 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

GetSafeAreaAndroidFunction · 0.70
GetSafeAreaFunction · 0.70
WindowGetWidthFunction · 0.70
DrawFunction · 0.50
RenderProfilerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected