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

Method double_click_enabled

examples/controls_toggles.rs:134–138  ·  view source on GitHub ↗
(&self, button: mouse::Button, action: ClickAction)

Source from the content-addressed store, hash-verified

132 }
133
134 fn double_click_enabled(&self, button: mouse::Button, action: ClickAction) -> bool {
135 self.widget
136 .get_controls()
137 .double_click_is_bound(button, action)
138 }
139
140 fn set_key(&mut self, key: keyboard::Key, action: KeyAction, enabled: bool) {
141 if enabled {

Callers

nothing calls this directly

Calls 2

double_click_is_boundMethod · 0.80
get_controlsMethod · 0.80

Tested by

no test coverage detected