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

Method pointer_axis

src/state.rs:240–247  ·  view source on GitHub ↗
(
		&mut self,
		event: I::PointerAxisEvent,
	)

Source from the content-addressed store, hash-verified

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
250pub struct StrataComp {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected