MCPcopy Create free account
hub / github.com/StrataWM/strata / KeyPattern

Class KeyPattern

src/handlers/input.rs:2628–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected