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

Method modifier

src/lib.rs:51–53  ·  view source on GitHub ↗
(&self, modifier: Modifier)

Source from the content-addressed store, hash-verified

49 }
50
51 pub fn modifier(&self, modifier: Modifier) -> bool {
52 self.modifiers_and_enabled_handlers[modifier as usize]
53 }
54
55 pub fn set_modifier(&mut self, modifier: Modifier, value: bool) {
56 self.modifiers_and_enabled_handlers

Callers 2

process_keysMethod · 0.80
process_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected