| 2626 | |
| 2627 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
| 2628 | pub struct KeyPattern { |
| 2629 | pub mods: ModFlags, |
| 2630 | pub key: Key, |
| 2631 | } |
| 2632 | |
| 2633 | impl StrataComp { |
| 2634 | pub fn set_input_focus(&mut self, target: FocusTarget) { |
nothing calls this directly
no outgoing calls
no test coverage detected