MCPcopy Create free account
hub / github.com/axmolengine/axmol / getTopBoundary

Method getTopBoundary

core/ui/UIWidget.cpp:1228–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228float Widget::getTopBoundary() const
1229{
1230 return getBottomBoundary() + getBoundingBox().size.height;
1231}
1232
1233const Vec2& Widget::getTouchBeganPosition() const
1234{

Calls

no outgoing calls

Tested by

no test coverage detected