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

Method notifyMouseDrag

UnitTests/UnitTest_GraphView/BaseGraphNode.h:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

updateDragMethod · 0.80

Tested by

no test coverage detected