| 170 | } |
| 171 | |
| 172 | void notifyMouseDrag(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id) |
| 173 | { |
| 174 | if (_id == MyGUI::MouseButton::Left) |
| 175 | mView->updateDrag(*_sender->getUserData<BaseGraphConnection*>()); |
| 176 | } |
| 177 | |
| 178 | private: |
| 179 | std::string mLayout; |
nothing calls this directly
no test coverage detected