| 3029 | } |
| 3030 | |
| 3031 | void 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 | |
| 3037 | const char* SaveCurrentEditorStateToIniString(size_t* const data_size) |
nothing calls this directly
no outgoing calls
no test coverage detected