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

Method draw

Source/GUI/Imaged_Button.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void Imaged_Button::draw(Renderer::Master& renderer)
51 {
52 renderer.draw(m_quad);
53 renderer.draw(m_text);
54 renderer.draw(m_imageRect);
55 }
56
57 void Imaged_Button::setPosition(const sf::Vector2f& position)
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected