mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 19:18:54 +00:00
16277ebb86
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