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

Class StrataState

src/state.rs:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115pub struct StrataState {
116 pub lua: lua::Lua,
117 pub comp: Rc<RefCell<StrataComp>>,
118 pub display: Display<StrataComp>,
119}
120
121impl StrataState {
122 pub fn process_input_event<I: InputBackend>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected