MCPcopy Create free account
hub / github.com/dborth/fceugx / DrawTooltip

Method DrawTooltip

source/gui/gui_button.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void GuiButton::DrawTooltip()
188{
189 if(tooltip)
190 tooltip->DrawTooltip();
191}
192
193void GuiButton::ResetText()
194{

Callers 1

UpdateGUIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected