egui/crates/eframe/src
Justus Dieckmann 7cc98bd38e
Add web support for `zoom_factor` (#4260)
Before, when setting the `zoom_factor`, the website was already
enlarged, but the zoom was ignored when calculating the logical window
size and mouse position, causing an offset between the actual cursor and
selected elements. That is addressed here

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-03-29 11:55:49 +01:00
..
native Add `register_native_texture` in `eframe::Frame` (#4246) 2024-03-27 16:35:25 +01:00
web Add web support for `zoom_factor` (#4260) 2024-03-29 11:55:49 +01:00
epi.rs Add `register_native_texture` in `eframe::Frame` (#4246) 2024-03-27 16:35:25 +01:00
icon_data.rs Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 2023-11-19 11:08:47 +01:00
lib.rs Use more workspace dependencies (#3975) 2024-02-05 12:43:58 +01:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00