(&self, key: &keyboard::Key, action: KeyAction)
| 146 | } |
| 147 | |
| 148 | fn key_enabled(&self, key: &keyboard::Key, action: KeyAction) -> bool { |
| 149 | self.widget.get_controls().key_is_bound(key, action) |
| 150 | } |
| 151 | |
| 152 | fn update(&mut self, message: Message) { |
| 153 | match message { |
nothing calls this directly
no test coverage detected