(&self, button: mouse::Button, action: ClickAction)
| 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 { |
nothing calls this directly
no test coverage detected