egui/crates
Lucas Meurer 0152a87519
Create custom `egui_kittest::Node` (#7138)
This adds a custom Node struct with proper support for egui types
(`Key`, `Modifiers`, `egui::Event`, `Rect`) instead of needing to use
the kittest / accesskit types.

I also changed the `click` function to do a proper mouse move / mouse
down instead of the accesskit click. Also added `accesskit_click` to
trigger the accesskit event. This resulted in some changed snapshots,
since the elements are now hovered.

Also renamed `press_key` to `key_press` for consistency with
`key_down/key_up`.

Also removed the Deref to the AccessKit Node, to make it clearer when to
expect egui and when to expect accesskit types.

* Closes #5705 
* [x] I have followed the instructions in the PR template
2025-06-17 12:17:38 +02:00
..
ecolor Make `HSVA` derive serde (#7132) 2025-06-16 01:40:42 +02:00
eframe lint: fix lints appearing in rust stable currently (#7118) 2025-06-11 17:38:06 +02:00
egui Add back old `Tooltip::new` (#7156) 2025-06-16 19:36:19 +02:00
egui-wgpu Track original SVG size (#7098) 2025-05-28 08:33:01 +02:00
egui-winit Support for Back button Key on Android (#7073) 2025-06-16 01:28:27 +02:00
egui_demo_app Create custom `egui_kittest::Node` (#7138) 2025-06-17 12:17:38 +02:00
egui_demo_lib Create custom `egui_kittest::Node` (#7138) 2025-06-17 12:17:38 +02:00
egui_extras egui_extras: Enable setting DatePickerButton start and end year explicitly (#7061) 2025-06-16 18:27:26 +02:00
egui_glow Track original SVG size (#7098) 2025-05-28 08:33:01 +02:00
egui_kittest Create custom `egui_kittest::Node` (#7138) 2025-06-17 12:17:38 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Add Vec2::ONE 2025-06-15 18:01:58 -07:00
epaint Clamp text cursor positions in the same places where we used to (#7081) 2025-06-16 01:53:00 +02:00
epaint_default_fonts Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00