1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

egui_glium: don't take control of the control_flow

Closes https://github.com/emilk/egui/issues/434
This commit is contained in:
Emil Ernerfeldt
2021-06-24 16:24:05 +02:00
parent 182eb32b95
commit 749c5cbdc8
4 changed files with 47 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ All notable changes to the `egui_glium` integration will be noted in this file.
## Unreleased
* Add `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
* [Fix modifier key for zoom with mouse wheel on Mac](https://github.com/emilk/egui/issues/401)
## 0.12.0 - 2021-05-10