Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ screenBoundRect
Method
screenBoundRect
source/windowing/StarWidget.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
RectI Widget::screenBoundRect() const {
114
return relativeBoundRect().translated(screenPosition() - relativePosition());
115
}
116
117
void Widget::determineSizeFromChildren() {
118
Vec2I max;
Callers
3
createTooltip
Method · 0.45
sendEvent
Method · 0.45
createTooltip
Method · 0.45
Calls
1
translated
Method · 0.45
Tested by
no test coverage detected