(&mut self, output: &mut dyn USBKeyOut)
| 21 | |
| 22 | impl Action for ActionToggleHandler { |
| 23 | fn on_trigger(&mut self, output: &mut dyn USBKeyOut) { |
| 24 | output.state().toggle_handler(self.id); |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | /// Toggles a handler on and off when a key is pressed |
nothing calls this directly
no test coverage detected