MCPcopy 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
44void CGUIButton::OnMouseEnter()
45{
46 if (g_SelectedObject.Gump != nullptr)
47 {
48 g_SelectedObject.Gump->WantRedraw = true;
49 }
50}
51
52void CGUIButton::OnMouseExit()
53{

Callers 3

SelectObjectMethod · 0.45
SelectObjectMethod · 0.45
SelectObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected