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

Method interactWithNode

QtNodeEditor/src/ConnectionState.cpp:20–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20void
21ConnectionState::
22interactWithNode(Node* node)
23{
24 if (node)
25 {
26 _lastHoveredNode = node;
27 }
28 else
29 {
30 resetLastHoveredNode();
31 }
32}
33
34
35void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected