MCPcopy 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
335void Pane::setAnchorOffset(Vec2I anchorOffset) {
336 m_anchorOffset = anchorOffset;
337}
338
339bool Pane::hasDisplayed() const {
340 return m_hasDisplayed;

Callers 1

paneFeatureHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected