MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / draw

Method draw

Source/GUI/Text_Box.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected