( &mut self, event: I::PointerAxisEvent, )
| 238 | } |
| 239 | |
| 240 | pub fn pointer_axis<I: InputBackend>( |
| 241 | &mut self, |
| 242 | event: I::PointerAxisEvent, |
| 243 | ) -> anyhow::Result<()> { |
| 244 | self.comp.borrow_mut().pointer_axis::<I>(event)?; |
| 245 | |
| 246 | Ok(()) |
| 247 | } |
| 248 | } |
| 249 | |
| 250 | pub struct StrataComp { |
nothing calls this directly
no outgoing calls
no test coverage detected