| 113 | }; |
| 114 | |
| 115 | pub struct StrataState { |
| 116 | pub lua: lua::Lua, |
| 117 | pub comp: Rc<RefCell<StrataComp>>, |
| 118 | pub display: Display<StrataComp>, |
| 119 | } |
| 120 | |
| 121 | impl StrataState { |
| 122 | pub fn process_input_event<I: InputBackend>( |
nothing calls this directly
no outgoing calls
no test coverage detected