1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Add ui.allocate_response(…): allocate space and check for interactions

This commit is contained in:
Emil Ernerfeldt
2020-12-26 19:14:13 +01:00
parent 66ae0ed7b9
commit 48dfcde65f
19 changed files with 109 additions and 92 deletions

View File

@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* You can now control the minimum and maixumum number of decimals to show in a `Slider` or `DragValue`.
* Add `egui::math::Rot2`: rotation helper.
* `Response` now contains the `Id` of the widget it pertains to.
* `ui.allocate_response` that allocated space and checks for interactions.
### Changed 🔧