mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Since Escape takes focus away from the text field, it makes more sense for it to cancel the change rather than confirm it. This only matters if `update_while_editing` is set to false, of course.
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.