(&self, no: HandlerID)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected