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