MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetClipperRect

Method GetClipperRect

ogsr_engine/xrGame/ui/UIStatic.cpp:489–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489Frect CUIStatic::GetClipperRect()
490{
491 if (m_bClipper)
492 return m_ClipRect;
493 else
494 return GetSelfClipRect();
495}
496
497Frect CUIStatic::GetSelfClipRect()
498{

Callers 2

UpdateSpotMethod · 0.80
UpdateSpotPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected