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

Method createNewWidget

Tools/LayoutEditor/WidgetCreatorManager.cpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void WidgetCreatorManager::createNewWidget(const MyGUI::IntPoint& _point)
77 {
78 mStartNewWidget = true;
79 mStartPoint = _point;
80
81 resetWidget();
82
83 eventChangeSelector(false, MyGUI::IntCoord());
84 }
85
86 void WidgetCreatorManager::moveNewWidget(const MyGUI::IntPoint& _point)
87 {

Callers 1

onMouseButtonPressedMethod · 0.80

Calls 1

IntCoordFunction · 0.50

Tested by

no test coverage detected