mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-09 21:08:28 +00:00
This allows a user to trigger an event externally as if it was created by UI. For example, to remove a node one just needs to insert a NodeRespone::DeleteNodeUi. Without this feature one needs to remove the node from the graph *and* adjust the internal state of GraphEditorState.