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:
@@ -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 🔧
|
||||
|
||||
|
||||
Reference in New Issue
Block a user