| 505 | } |
| 506 | |
| 507 | void WorkspaceControl::onMouseButtonClick(const MyGUI::IntPoint& _point) |
| 508 | { |
| 509 | WidgetSelectorManager::getInstance().selectWidget(_point); |
| 510 | } |
| 511 | |
| 512 | void WorkspaceControl::onMouseMove() |
| 513 | { |
nothing calls this directly
no test coverage detected