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