egui/crates
YgorSouza f0addc339c
Add tooltip_delay option (#3245)
* 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>
2023-08-15 19:48:36 +02:00
..
ecolor Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
eframe Change force to be Option<f32> instead of f32 (#3240) 2023-08-12 13:50:40 +02:00
egui Add tooltip_delay option (#3245) 2023-08-15 19:48:36 +02:00
egui-wgpu Improved wgpu callbacks (#3253) 2023-08-15 17:17:39 +02:00
egui-winit Change force to be Option<f32> instead of f32 (#3240) 2023-08-12 13:50:40 +02:00
egui_demo_app Improved wgpu callbacks (#3253) 2023-08-15 17:17:39 +02:00
egui_demo_lib Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
egui_extras Add `TableBuilder::drag_to_scroll` (#3100) 2023-08-14 18:21:42 +02:00
egui_glium Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
egui_glow Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
epaint Improved wgpu callbacks (#3253) 2023-08-15 17:17:39 +02:00