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

Method unbind_double_click

src/controls.rs:215–217  ·  view source on GitHub ↗

Remove a mouse double-click binding.

(&mut self, button: mouse::Button)

Source from the content-addressed store, hash-verified

213
214 /// Remove a mouse double-click binding.
215 pub fn unbind_double_click(&mut self, button: mouse::Button) -> Option<ClickAction> {
216 self.double_click.remove(&button)
217 }
218
219 /// Return the action bound to a mouse double-click trigger.
220 pub fn double_click_action(&self, button: mouse::Button) -> Option<ClickAction> {

Callers 1

set_double_clickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected