MCPcopy 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
195void CUIFrameRect::SetWndRect(const Frect& rect)
196{
197 CUISimpleWindow::SetWndRect(rect);
198 uFlags.set(flValidSize, false);
199}
200
201void CUIFrameRect::SetWndPos(const Fvector2& pos)
202{

Callers 2

InitZoomParamsMethod · 0.45
load_sharedMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected