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

Function WindowGetHeight

engine/platform/src/window.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 uint32_t WindowGetHeight(HWindow window)
66 {
67 return dmPlatform::GetWindowHeight(window);
68 }
69
70 uint32_t WindowGetStateParam(HWindow window, WindowState state)
71 {

Callers 1

TEST_FFunction · 0.85

Calls 1

GetWindowHeightFunction · 0.70

Tested by 1

TEST_FFunction · 0.68