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

Method disable_handler

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

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn disable_handler(&mut self, no: HandlerID) {
65 self.modifiers_and_enabled_handlers.set(no, false);
66 }
67
68 pub fn set_handler(&mut self, no: HandlerID, enabled: bool) {
69 self.modifiers_and_enabled_handlers.set(no, enabled);

Callers 9

handle_keysMethod · 0.80
on_deactivateMethod · 0.80
on_activateMethod · 0.80
test_abortFunction · 0.80
test_space_cadet_layerFunction · 0.80
test_layer_rewriteFunction · 0.80
test_layer_rewriteFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_abortFunction · 0.64
test_space_cadet_layerFunction · 0.64
test_layer_rewriteFunction · 0.64
test_layer_rewriteFunction · 0.64