| 413 | // ----------------------- |
| 414 | |
| 415 | void DrawListAddNode(const int node_idx) |
| 416 | { |
| 417 | GImNodes->NodeIdxToSubmissionIdx.SetInt( |
| 418 | static_cast<ImGuiID>(node_idx), GImNodes->NodeIdxSubmissionOrder.Size); |
| 419 | GImNodes->NodeIdxSubmissionOrder.push_back(node_idx); |
| 420 | ImDrawListGrowChannels(GImNodes->CanvasDrawList, 2); |
| 421 | } |
| 422 | |
| 423 | void DrawListAppendClickInteractionChannel() |
| 424 | { |
no test coverage detected