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

Method scale

source/frontend/StarInterfaceCursor.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58unsigned int InterfaceCursor::scale(unsigned int interfaceScale) const {
59 return m_scale ? m_scale : interfaceScale;
60}
61
62void InterfaceCursor::update(float dt) {
63 if (m_drawable.is<Animation>()) {

Callers 6

renderCursorMethod · 0.45
overButtonMethod · 0.45
overlayClickMethod · 0.45
renderCursorMethod · 0.45
renderCursorMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected