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

Method pointer_motion_absolute

src/state.rs:222–229  ·  view source on GitHub ↗
(
		&mut self,
		event: I::PointerMotionAbsoluteEvent,
	)

Source from the content-addressed store, hash-verified

220 }
221
222 pub fn pointer_motion_absolute<I: InputBackend>(
223 &mut self,
224 event: I::PointerMotionAbsoluteEvent,
225 ) -> anyhow::Result<()> {
226 self.comp.borrow_mut().pointer_motion_absolute::<I>(event)?;
227
228 Ok(())
229 }
230
231 pub fn pointer_button<I: InputBackend>(
232 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected