MCPcopy Create free account
hub / github.com/defold/defold / GetWindowHeight

Function GetWindowHeight

engine/graphics/src/graphics.cpp:1845–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843 return dmPlatform::GetWindowWidth(g_functions.m_GetWindow(context));
1844 }
1845 uint32_t GetWindowHeight(HContext context)
1846 {
1847 return dmPlatform::GetWindowHeight(g_functions.m_GetWindow(context));
1848 }
1849 float GetDisplayScaleFactor(HContext context)
1850 {
1851 return dmPlatform::GetDisplayScaleFactor(g_functions.m_GetWindow(context));

Callers 15

engine.cppFile · 0.50
GOActionCallbackFunction · 0.50
StepFrameFunction · 0.50
TEST_FFunction · 0.50
UpdateRenderCameraFunction · 0.50
CameraScreenToWorldFunction · 0.50
CameraWorldToScreenFunction · 0.50
DX12NativeCreateFunction · 0.50
InitializeFrameBuffersFunction · 0.50
NullInitializeFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
ExecuteMethod · 0.40