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