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

Function is_in2

ogsr_engine/xrGame/ui/UIButton.cpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool is_in2(const Frect& b1, const Frect& b2) { return (b1.x1 < b2.x1) && (b1.x2 > b2.x2) && (b1.y1 < b2.y1) && (b1.y2 > b2.y2); }
214
215void CUIButton::Update()
216{

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected