| 699 | } // namespace |
| 700 | |
| 701 | void NodeEditorInitialize() |
| 702 | { |
| 703 | ImNodesIO& io = ImNodes::GetIO(); |
| 704 | io.LinkDetachWithModifierClick.Modifier = &ImGui::GetIO().KeyCtrl; |
| 705 | } |
| 706 | |
| 707 | void NodeEditorShow() { color_editor.show(); } |
| 708 |
nothing calls this directly
no outgoing calls
no test coverage detected