egui_node_graph icon indicating copy to clipboard operation
egui_node_graph copied to clipboard

give example the ability to zoom in/out and scroll side to side

Open walksanatora opened this issue 1 year ago • 1 comments

idk how to do this so i think it should be documented how to do it

walksanatora avatar Aug 08 '23 20:08 walksanatora

As for panning, see the member pan_zoom of GraphEditorState. Unlike the name suggests, though, zoom does not seem to be supported natively: https://github.com/setzer22/egui_node_graph/issues/53

voidentente avatar Oct 08 '23 04:10 voidentente