Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
Vec2I Pane::cursorRelativeToPane(Vec2I const& position) const {
241
return position - this->position();
242
}
243
244
Vec2I Pane::centerOffset() const {
245
return m_centerOffset;
Callers
nothing calls this directly
Calls
1
position
Method · 0.45
Tested by
no test coverage detected