mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
At least all those above any interactive widget. * Closes https://github.com/emilk/egui/issues/4286 I feel there is still more thinking to be done about what is considered `hovered` and how it relates to `contains_pointer`, but this PR at least fixes tooltips for uninteractive widgets
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.