(&self, button: mouse::Button, action: DragAction)
| 90 | } |
| 91 | |
| 92 | fn drag_enabled(&self, button: mouse::Button, action: DragAction) -> bool { |
| 93 | self.widget.get_controls().drag_is_bound(button, action) |
| 94 | } |
| 95 | |
| 96 | fn set_scroll(&mut self, modifiers: keyboard::Modifiers, action: ScrollAction, enabled: bool) { |
| 97 | if enabled { |
nothing calls this directly
no test coverage detected