| 578 | } |
| 579 | |
| 580 | void WorkspaceControl::onMouseButtonPressed(const MyGUI::IntPoint& _point) |
| 581 | { |
| 582 | if (WidgetCreatorManager::getInstance().getCreateMode()) |
| 583 | WidgetCreatorManager::getInstance().createNewWidget(_point); |
| 584 | } |
| 585 | |
| 586 | void WorkspaceControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) |
| 587 | { |
nothing calls this directly
no test coverage detected