egui/crates/egui-winit/src
Emil Ernerfeldt 15d3d43aa3
Fix backspace/arrow keys in TextEdit on Linux (#5188)
* Closes https://github.com/emilk/egui/issues/5008
* Closes https://github.com/emilk/egui/pull/5182
* Bug introduced in https://github.com/emilk/egui/pull/4912

I suspect this will make IME no longer work on Linux, though I don't
know if it ever worked.
I rather have backspace/arrows working though.

Please help test this (I don't have Linux!)

# Tested on
* [x] Mac
* [ ] Linux Wayland
* [x] Linux X11
2024-09-30 13:23:02 +02:00
..
clipboard.rs Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
lib.rs Fix backspace/arrow keys in TextEdit on Linux (#5188) 2024-09-30 13:23:02 +02:00
window_settings.rs Upgrade winit to 0.30.2 (#4849) 2024-07-31 09:43:16 +02:00