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

Release 0.20.1 - Fix key-repeat

This commit is contained in:
Emil Ernerfeldt
2022-12-11 16:59:54 +01:00
parent 2713f60f5b
commit d7189d69f6
3 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
## Unreleased
## 0.20.1 - 2022-12-11 - Fix key-repeat
### Changed 🔧
* `InputState`: all press functions again include key repeates (like in egui 0.19) ([#2429](https://github.com/emilk/egui/pull/2429)).