mirror of https://github.com/emilk/egui.git
Browse Source
This adds a new `zoom_delta` to input. This is hooked up to ctrl-scroll on egui_web and egui_glium. Browsers convert trackpad pinch gestures to ctrl-scroll, so this means you can not pinch-to-zoom plots (on trackpad). In the future we can support multitouch pinch-to-zoom via the same `InputState::zoom_factor()` functionpull/340/head
Emil Ernerfeldt
4 years ago
committed by
GitHub
8 changed files with 72 additions and 29 deletions
Loading…
Reference in new issue