1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/crates
Antoine Beyeler d468d43dad Add Response::paint_debug_info() to make it easy to visualize a widget's id and state (#4056)
This PR adds a new `paint_debug_info()` debug method to `Response` in
order to draw the response's `Rect`, it's id, and some of its state
(active, hovered) via a color code:


![Export-1708083028898](https://github.com/emilk/egui/assets/49431240/ce050448-3f11-4bb1-8959-417d106a89ac)
2024-02-16 12:45:30 +01:00
..
2024-02-16 10:57:54 +01:00
2024-02-16 10:39:30 +01:00
2024-02-16 10:57:54 +01:00
2023-04-18 15:52:45 +02:00