MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / maxScrollPosition

Method maxScrollPosition

source/windowing/StarScrollArea.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404Vec2I ScrollArea::maxScrollPosition() const {
405 return Vec2I().piecewiseMax(contentSize() - size());
406}
407
408void ScrollArea::drawChildren() {
409 RectI innerDrawingArea = m_drawingArea;

Callers 2

scrollRatioMethod · 0.80

Calls 2

sizeFunction · 0.85
piecewiseMaxMethod · 0.80

Tested by

no test coverage detected