MCPcopy Create free account
hub / github.com/Nelarius/imnodes / NodeEditorInitialize

Function NodeEditorInitialize

example/color_node_editor.cpp:701–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699} // namespace
700
701void NodeEditorInitialize()
702{
703 ImNodesIO& io = ImNodes::GetIO();
704 io.LinkDetachWithModifierClick.Modifier = &ImGui::GetIO().KeyCtrl;
705}
706
707void NodeEditorShow() { color_editor.show(); }
708

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected