MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / dragMoveEvent

Method dragMoveEvent

bt_editor/editor_flowscene.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void EditorFlowScene::dragMoveEvent(QGraphicsSceneDragDropEvent* event)
55{
56 event->acceptProposedAction();
57}
58
59void EditorFlowScene::keyPressEvent(QKeyEvent *event)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected