MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / ActionNone

Class ActionNone

src/premade.rs:283–283  ·  view source on GitHub ↗

Abort all event handling, throw away remaining events, unset all modifiers and enable/disable handers as requested by handler_overwrite

Source from the content-addressed store, hash-verified

281/// unset all modifiers and enable/disable handers as requested
282/// by handler_overwrite
283pub struct ActionNone;
284impl Action for ActionNone{
285 fn on_trigger(&mut self, _output: &mut dyn USBKeyOut) {}
286}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected