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

Method is_handler_enabled

src/lib.rs:77–79  ·  view source on GitHub ↗
(&self, no: HandlerID)

Source from the content-addressed store, hash-verified

75 }
76
77 pub fn is_handler_enabled(&self, no: HandlerID) -> bool {
78 self.modifiers_and_enabled_handlers[no]
79 }
80
81 ///tell the Keyboard to
82 /// * reset handlers to their default state, clear

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected