Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ anchorOffset
Method
anchorOffset
source/windowing/StarPane.cpp:331–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
Vec2I Pane::anchorOffset() const {
332
return m_anchorOffset;
333
}
334
335
void Pane::setAnchorOffset(Vec2I anchorOffset) {
336
m_anchorOffset = anchorOffset;
Callers
1
calculatePaneOffset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected