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