Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ WindowSetSize
Function
WindowSetSize
engine/platform/src/window.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void WindowSetSize(HWindow window, uint32_t width, uint32_t height)
81
{
82
dmPlatform::SetWindowSize(window, width, height);
83
}
84
85
void WindowClose(HWindow window)
86
{
Callers
1
TEST_F
Function · 0.85
Calls
1
SetWindowSize
Function · 0.70
Tested by
1
TEST_F
Function · 0.68