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

Function GetWindowWidth

engine/graphics/src/graphics.cpp:1841–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839 return dmPlatform::GetWindowStateParam(g_functions.m_GetWindow(context), state);
1840 }
1841 uint32_t GetWindowWidth(HContext context)
1842 {
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));

Callers 15

engine.cppFile · 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
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
ExecuteMethod · 0.40