MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / cursorRelativeToPane

Method cursorRelativeToPane

source/windowing/StarPane.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240Vec2I Pane::cursorRelativeToPane(Vec2I const& position) const {
241 return position - this->position();
242}
243
244Vec2I Pane::centerOffset() const {
245 return m_centerOffset;

Callers

nothing calls this directly

Calls 1

positionMethod · 0.45

Tested by

no test coverage detected