MCPcopy Index your code
hub / github.com/TyberiusPrime/KeyToKey / enable_handler

Method enable_handler

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

Source from the content-addressed store, hash-verified

58 }
59
60 pub fn enable_handler(&mut self, no: HandlerID) {
61 self.modifiers_and_enabled_handlers.set(no, true);
62 }
63
64 pub fn disable_handler(&mut self, no: HandlerID) {
65 self.modifiers_and_enabled_handlers.set(no, false);

Callers 15

on_activateMethod · 0.80
on_deactivateMethod · 0.80
test_dvorak_bracketsFunction · 0.80
test_abortFunction · 0.80
test_layer_rewriteFunction · 0.80
test_layer_rewriteFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_dvorak_bracketsFunction · 0.64
test_abortFunction · 0.64
test_layer_rewriteFunction · 0.64
test_layer_rewriteFunction · 0.64
test_rewrite_shiftedFunction · 0.64