Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetWndRect
Method
SetWndRect
ogsr_engine/xrGame/UIFrameRect.cpp:195–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void CUIFrameRect::SetWndRect(const Frect& rect)
196
{
197
CUISimpleWindow::SetWndRect(rect);
198
uFlags.set(flValidSize, false);
199
}
200
201
void CUIFrameRect::SetWndPos(const Fvector2& pos)
202
{
Callers
2
InitZoomParams
Method · 0.45
load_shared
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected