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

Method click_enabled

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

Source from the content-addressed store, hash-verified

118 }
119
120 fn click_enabled(&self, button: mouse::Button, action: ClickAction) -> bool {
121 self.widget.get_controls().click_is_bound(button, action)
122 }
123
124 fn set_double_click(&mut self, button: mouse::Button, action: ClickAction, enabled: bool) {
125 if enabled {

Callers

nothing calls this directly

Calls 2

click_is_boundMethod · 0.80
get_controlsMethod · 0.80

Tested by

no test coverage detected