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

Function EditorLineHandler

imnodes.cpp:3031–3034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3029}
3030
3031void EditorLineHandler(ImNodesEditorContext& editor, const char* const line)
3032{
3033 (void)sscanf(line, "panning=%f,%f", &editor.Panning.x, &editor.Panning.y);
3034}
3035} // namespace
3036
3037const char* SaveCurrentEditorStateToIniString(size_t* const data_size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected