(&mut self, _app: &mut App)
| 16 | /// note: this will be called after the `app.input` has been updated with the event. |
| 17 | fn event(&mut self, _app: &mut App, _event: Event) {} |
| 18 | fn update(&mut self, _app: &mut App) {} |
| 19 | fn draw(&mut self, _app: &mut App) {} |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected