Abort all event handling, throw away remaining events, unset all modifiers and enable/disable handers as requested by handler_overwrite
| 281 | /// unset all modifiers and enable/disable handers as requested |
| 282 | /// by handler_overwrite |
| 283 | pub struct ActionNone; |
| 284 | impl Action for ActionNone{ |
| 285 | fn on_trigger(&mut self, _output: &mut dyn USBKeyOut) {} |
| 286 | } |
nothing calls this directly
no outgoing calls
no test coverage detected