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

Function scroll_action_label

src/controls.rs:479–484  ·  view source on GitHub ↗
(action: ScrollAction)

Source from the content-addressed store, hash-verified

477}
478
479fn scroll_action_label(action: ScrollAction) -> &'static str {
480 match action {
481 ScrollAction::Pan => "pan",
482 ScrollAction::Zoom => "zoom at cursor",
483 }
484}
485
486fn click_action_label(action: ClickAction) -> &'static str {
487 match action {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected