mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Previously any pressing of arrow keys would move the focus, but now we check that there are no modifier keys pressed down
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.