| 28 | } |
| 29 | |
| 30 | void TitleButton::paintButton(Graphics &g, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) { |
| 31 | if(shouldDrawButtonAsHighlighted) |
| 32 | g.drawImageAt(m_hover_image, 0, 0); |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected