MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / OnMouseExit

Method OnMouseExit

SDK/src/NDK/Widgets/ButtonWidget.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void ButtonWidget::OnMouseExit()
128 {
129 m_gradientSprite->SetColor(m_color);
130 m_gradientSprite->SetCornerColor(Nz::RectCorner_LeftBottom, m_cornerColor);
131 m_gradientSprite->SetCornerColor(Nz::RectCorner_RightBottom, m_cornerColor);
132 m_gradientSprite->SetTexture(m_texture, false);
133 }
134}

Callers

nothing calls this directly

Calls 2

SetColorMethod · 0.45
SetTextureMethod · 0.45

Tested by

no test coverage detected