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

Method getLeftBoundary

core/ui/UIWidget.cpp:1213–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211}
1212
1213float Widget::getLeftBoundary() const
1214{
1215 return getBoundingBox().origin.x;
1216}
1217
1218float Widget::getBottomBoundary() const
1219{

Calls

no outgoing calls

Tested by

no test coverage detected