(&self, modifier: Modifier)
| 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 |
no outgoing calls
no test coverage detected