MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / paintButton

Method paintButton

Source/gui/TitleButton.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void TitleButton::paintButton(Graphics &g, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) {
31 if(shouldDrawButtonAsHighlighted)
32 g.drawImageAt(m_hover_image, 0, 0);
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected