MCPcopy 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
52void CGUIButton::OnMouseExit()
53{
54 if (g_LastSelectedObject.Gump != nullptr)
55 {
56 g_LastSelectedObject.Gump->WantRedraw = true;
57 }
58}

Callers 3

SelectObjectMethod · 0.45
SelectObjectMethod · 0.45
SelectObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected