Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ offset
Method
offset
source/frontend/StarInterfaceCursor.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
Vec2I InterfaceCursor::offset() const {
55
return m_offset;
56
}
57
58
unsigned int InterfaceCursor::scale(unsigned int interfaceScale) const {
59
return m_scale ? m_scale : interfaceScale;
Callers
3
renderCursor
Method · 0.45
renderCursor
Method · 0.45
renderCursor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected