MCPcopy Create free account
hub / github.com/MyGUI/mygui / animateStop

Method animateStop

MyGUIEngine/src/MyGUI_Window.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 void Window::animateStop(Widget* _widget, ControllerItem* _controller)
346 {
347 if (mAnimateSmooth)
348 {
349 ControllerManager::getInstance().removeItem(this);
350 mAnimateSmooth = false;
351 }
352 }
353
354 void Window::setVisible(bool _visible)
355 {

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.45

Tested by

no test coverage detected