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

Method contentSize

source/windowing/StarScrollArea.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292Vec2I ScrollArea::contentSize() const {
293 return contentBoundRect().size();
294}
295
296Vec2I ScrollArea::areaSize() const {
297 Vec2I s = size();

Callers 1

sizeRatioMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected