mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
These functions will always show a tooltip under the widget when called, even if the user is not hovering the widget. This can be useful for tutorials and notification and similar. * Closes https://github.com/emilk/egui/issues/890