Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ OnMouseExit
Method
OnMouseExit
src/GUI/GUIButton.cpp:52–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void CGUIButton::OnMouseExit()
53
{
54
if (g_LastSelectedObject.Gump != nullptr)
55
{
56
g_LastSelectedObject.Gump->WantRedraw = true;
57
}
58
}
Callers
3
SelectObject
Method · 0.45
SelectObject
Method · 0.45
SelectObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected