mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 12:08:56 +00:00
f0addc339c
* 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>