MCPcopy 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
331Vec2I Pane::anchorOffset() const {
332 return m_anchorOffset;
333}
334
335void Pane::setAnchorOffset(Vec2I anchorOffset) {
336 m_anchorOffset = anchorOffset;

Callers 1

calculatePaneOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected