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

Method unbind_scroll

src/controls.rs:165–167  ·  view source on GitHub ↗

Remove a scroll binding.

(&mut self, modifiers: keyboard::Modifiers)

Source from the content-addressed store, hash-verified

163
164 /// Remove a scroll binding.
165 pub fn unbind_scroll(&mut self, modifiers: keyboard::Modifiers) -> Option<ScrollAction> {
166 self.scroll.remove(&modifiers)
167 }
168
169 /// Return the scroll action for active modifiers.
170 ///

Callers 2

newMethod · 0.80
set_scrollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected