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

Enum ClickAction

src/controls.rs:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56/// Action that can be performed by a mouse click or double-click.
57#[derive(Debug, Clone, Copy, PartialEq, Eq)]
58pub enum ClickAction {
59 /// Pick the currently highlighted point.
60 Pick,
61
62 /// Reset/autoscale the plot.
63 Autoscale,
64
65 /// Clear picked points.
66 ClearPick,
67}
68
69/// Action that can be performed by a key press.
70#[derive(Debug, Clone, Copy, PartialEq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected