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

Method pointer_motion

src/state.rs:213–220  ·  view source on GitHub ↗
(
		&mut self,
		event: I::PointerMotionEvent,
	)

Source from the content-addressed store, hash-verified

211 }
212
213 pub fn pointer_motion<I: InputBackend>(
214 &mut self,
215 event: I::PointerMotionEvent,
216 ) -> anyhow::Result<()> {
217 self.comp.borrow_mut().pointer_motion::<I>(event)?;
218
219 Ok(())
220 }
221
222 pub fn pointer_motion_absolute<I: InputBackend>(
223 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected