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

Method pointer_button

src/state.rs:231–238  ·  view source on GitHub ↗
(
		&mut self,
		event: I::PointerButtonEvent,
	)

Source from the content-addressed store, hash-verified

229 }
230
231 pub fn pointer_button<I: InputBackend>(
232 &mut self,
233 event: I::PointerButtonEvent,
234 ) -> anyhow::Result<()> {
235 self.comp.borrow_mut().pointer_button::<I>(event)?;
236
237 Ok(())
238 }
239
240 pub fn pointer_axis<I: InputBackend>(
241 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected