mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
- fixes https://github.com/emilk/egui/issues/5359 For the test I added a `Harness::press_key` function. We should eventually add these to kittest, probably via a trait one can implement for the `Harness` but for now this should do.