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

Method onMouseDrag

Tools/LayoutEditor/WorkspaceControl.cpp:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 }
593
594 void WorkspaceControl::onMouseDrag(const MyGUI::IntPoint& _point)
595 {
596 if (WidgetCreatorManager::getInstance().getCreateMode())
597 WidgetCreatorManager::getInstance().moveNewWidget(_point);
598 }
599
600 void WorkspaceControl::updateSelectorEnabled()
601 {

Callers

nothing calls this directly

Calls 2

getCreateModeMethod · 0.80
moveNewWidgetMethod · 0.80

Tested by

no test coverage detected