MCPcopy 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
189void CUIFrameRect::SetWndSize(const Fvector2& size)
190{
191 CUISimpleWindow::SetWndSize(size);
192 uFlags.set(flValidSize, false);
193}
194
195void CUIFrameRect::SetWndRect(const Frect& rect)
196{

Callers 2

InitInternalMethod · 0.45
ApplyZoomMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected