Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
void GuiButton::DrawTooltip()
188
{
189
if(tooltip)
190
tooltip->DrawTooltip();
191
}
192
193
void GuiButton::ResetText()
194
{
Callers
1
UpdateGUI
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected