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

Method draw

Source/GUI/Dropdown.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void Dropdown::draw(Renderer::Master& renderer)
38 {
39 if(m_isOpen);
40 }
41
42 void Dropdown::setPosition(const sf::Vector2f& position)
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected