Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1228
float Widget::getTopBoundary() const
1229
{
1230
return getBottomBoundary() + getBoundingBox().size.height;
1231
}
1232
1233
const Vec2& Widget::getTouchBeganPosition() const
1234
{
Callers
5
calculateFinalPositionWithRelativeWidget
Method · 0.80
getHowMuchOutOfBoundary
Method · 0.80
getHowMuchOutOfBoundary
Method · 0.80
scrollChildren
Method · 0.80
lua_ax_ui_Widget_getTopBoundary
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected