Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ NodeEditorShow
Function
NodeEditorShow
example/multi_editor.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void NodeEditorShow()
126
{
127
show_editor(
"editor1"
, editor1);
128
show_editor(
"editor2"
, editor2);
129
}
130
131
void NodeEditorShutdown()
132
{
Callers
nothing calls this directly
Calls
1
show_editor
Function · 0.85
Tested by
no test coverage detected