MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / PlotRendererState

Class PlotRendererState

src/plot_widget.rs:1773–1776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771}
1772
1773fn plot_mouse_interaction(state: &PlotState) -> Interaction {
1774 if state.pan.active {
1775 Interaction::Grabbing
1776 } else if state.selection.active {
1777 Interaction::Crosshair
1778 } else if state.picking.last_hover_cache.is_some() {
1779 Interaction::Pointer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected