(&mut self, event: &Event<()>, _control_flow: &mut ControlFlow)
| 153 | } |
| 154 | |
| 155 | pub fn process_event(&mut self, event: &Event<()>, _control_flow: &mut ControlFlow) { |
| 156 | if self.controller.process_event(event, &mut self.camera) { |
| 157 | self.clear_view(false); |
| 158 | } |
| 159 | } |
| 160 | } |
nothing calls this directly
no test coverage detected