Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetWndSize
Method
SetWndSize
ogsr_engine/xrGame/UIFrameRect.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void CUIFrameRect::SetWndSize(const Fvector2& size)
190
{
191
CUISimpleWindow::SetWndSize(size);
192
uFlags.set(flValidSize, false);
193
}
194
195
void CUIFrameRect::SetWndRect(const Frect& rect)
196
{
Callers
2
InitInternal
Method · 0.45
ApplyZoom
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected