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

Method scroll_enabled

examples/controls_toggles.rs:106–110  ·  view source on GitHub ↗
(&self, modifiers: keyboard::Modifiers, action: ScrollAction)

Source from the content-addressed store, hash-verified

104 }
105
106 fn scroll_enabled(&self, modifiers: keyboard::Modifiers, action: ScrollAction) -> bool {
107 self.widget
108 .get_controls()
109 .scroll_is_bound(modifiers, action)
110 }
111
112 fn set_click(&mut self, button: mouse::Button, action: ClickAction, enabled: bool) {
113 if enabled {

Callers

nothing calls this directly

Calls 2

scroll_is_boundMethod · 0.80
get_controlsMethod · 0.80

Tested by

no test coverage detected