egui/egui_glium/src
Emil Ernerfeldt c2744a1437
Implement trackpad pinch-to-zoom for plots in egui_web (#333)
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()` function
2021-04-25 17:04:34 +02:00
..
shader Added shaders on GLSL 1.2 (#187) 2021-02-20 19:48:02 +01:00
backend.rs Refactor egui_glium with new EguiGlium wrapper and standalone example 2021-04-25 17:02:27 +02:00
http.rs Add support for a HTTP body for POST (#139) 2021-01-26 21:32:16 +01:00
lib.rs Implement trackpad pinch-to-zoom for plots in egui_web (#333) 2021-04-25 17:04:34 +02:00
painter.rs Refactor egui_glium with new EguiGlium wrapper and standalone example 2021-04-25 17:02:27 +02:00
persistence.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00
screen_reader.rs remove native screen reader spam 2021-03-09 19:47:41 +01:00
window_settings.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00