egui/examples/custom_plot_manipulation
Emil Ernerfeldt d02491425c
Put all egui crates as workspace crates (#3976)
Second attempty
2024-02-05 12:59:49 +01:00
..
src Plot custom zoom (#2714) 2024-01-06 22:34:42 +01:00
Cargo.toml Put all egui crates as workspace crates (#3976) 2024-02-05 12:59:49 +01:00
README.md Plot custom zoom (#2714) 2024-01-06 22:34:42 +01:00
screenshot.png Add screenshot to custom_plot_manipulation example 2024-01-08 11:16:44 +01:00

README.md

Example how to use raw input events to implement alternative controls to pan and zoom the plot

cargo run -p custom_plot_manipulation