Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
Vec2I ScrollArea::contentSize() const {
293
return contentBoundRect().size();
294
}
295
296
Vec2I ScrollArea::areaSize() const {
297
Vec2I s = size();
Callers
1
sizeRatio
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected