mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Add tooltip_delay option Similar to the show_tooltips_only_when_still option, but allows the user to configure a specific delay in seconds, and also makes the tooltip disappear if the mouse is moved again. Closes #3232 * Update crates/egui/src/response.rs Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>