Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
Frect CUIStatic::GetClipperRect()
490
{
491
if (m_bClipper)
492
return m_ClipRect;
493
else
494
return GetSelfClipRect();
495
}
496
497
Frect CUIStatic::GetSelfClipRect()
498
{
Callers
2
UpdateSpot
Method · 0.80
UpdateSpotPointer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected