| 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 | { |
nothing calls this directly
no test coverage detected