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

Method destroyWidgetsVector

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778 }
779
780 void MemberObsolete<Gui>::destroyWidgetsVector(VectorWidgetPtr& _widgets)
781 {
782 static_cast<Gui*>(this)->destroyWidgets(_widgets);
783 }
784
785 bool MemberObsolete<Gui>::injectMouseMove(int _absx, int _absy, int _absz)
786 {

Callers

nothing calls this directly

Calls 1

destroyWidgetsMethod · 0.45

Tested by

no test coverage detected