| 65 | } |
| 66 | |
| 67 | void Text_Box::draw(Renderer::Master& renderer) |
| 68 | { |
| 69 | renderer.draw(m_quad); |
| 70 | renderer.draw(m_text); |
| 71 | renderer.draw(m_label); |
| 72 | } |
| 73 | |
| 74 | void Text_Box::setPosition(const sf::Vector2f& position) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected