Zoom without CTRL/CMD
Open
- Dominant language
- Rust
- Stars
- 468
- Forks
- 108
- Avg merge
- 15m
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
I am using `egui_plot` to draw a plot and currently have to press ctrl/cmd in order to zoom in and out with the scroll wheel.
**Describe the solution you'd like**
I want to zoom in and out with the scroll wheel directly without having to press ctrl/cmd.
**Describe alternatives you've considered**
Somehow hacking that in myself. But this got even harder because now scrolling is done by egui and seems to be strictly coupled with ctrl/cmd.
Contributor guide
Assessment
This issue has not been assessed yet.