mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
This PR adds the following APIs, which I found to be missing while working on https://github.com/rerun-io/rerun/pull/4879: - `Response::decidedly_dragged()`: tests if the corresponding widget is being decidedly dragged - `Memory::dragged_id()`: returns the ID of the dragged widget, if any
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.