MCPcopy Create free account
hub / github.com/emilk/egui_plot / allow_hover

Method allow_hover

egui_plot/src/items/text.rs:72–75  ·  view source on GitHub ↗
(mut self, hovering: bool)

Source from the content-addressed store, hash-verified

70 /// Allowed hovering this item in the plot. Default: `true`.
71 #[inline]
72 pub fn allow_hover(mut self, hovering: bool) -> Self {
73 self.base_mut().allow_hover = hovering;
74 self
75 }
76
77 /// Sets the id of this plot item.
78 ///

Callers 1

handle_hoverMethod · 0.45

Calls 1

base_mutMethod · 0.45

Tested by

no test coverage detected