Function me3_framework::overlay::containers::show_tooltip_at
source · [−]pub fn show_tooltip_at<R>(
ctx: &Context,
id: Id,
suggested_position: Option<Pos2>,
add_contents: impl FnOnce(&mut Ui) -> R
) -> Option<R>
Expand description
Show a tooltip at the given position.
Returns None
if the tooltip could not be placed.