egui/crates
Antoine Beyeler 11c89125f7
Add some drag-and-drop-related APIs in `Response` and `Memory` (#3876)
This PR adds the following APIs, which I found to be missing while
working on https://github.com/rerun-io/rerun/pull/4879:

- `Response::decidedly_dragged()`: tests if the corresponding widget is
being decidedly dragged
- `Memory::dragged_id()`: returns the ID of the dragged widget, if any
2024-01-24 09:32:38 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Fix Android crash on resume (#3847) 2024-01-22 12:13:28 +01:00
egui Add some drag-and-drop-related APIs in `Response` and `Memory` (#3876) 2024-01-24 09:32:38 +01:00
egui-wgpu Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui-winit `egui_winit`: Allow getting the `clipboard` and `allow_ime` state (#3724) 2024-01-23 12:49:28 +01:00
egui_demo_app Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_demo_lib Make `egui_plot::PlotMemory` public (#3871) 2024-01-23 09:47:47 +01:00
egui_extras Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
egui_glow Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_plot Make `egui_plot::PlotMemory` public (#3871) 2024-01-23 09:47:47 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00
epaint Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00