MCPcopy 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
54Vec2I InterfaceCursor::offset() const {
55 return m_offset;
56}
57
58unsigned int InterfaceCursor::scale(unsigned int interfaceScale) const {
59 return m_scale ? m_scale : interfaceScale;

Callers 3

renderCursorMethod · 0.45
renderCursorMethod · 0.45
renderCursorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected