MCPcopy Create free account
hub / github.com/PerroEngine/Perro / wheel

Method wheel

perro_source/api_modules/perro_input_api/src/window.rs:288–290  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

286
287/// Mouse query and command module.
288pub struct MouseModule<'ipt, IP: InputAPI + ?Sized> {
289 ipt: &'ipt IP,
290}
291
292impl<'ipt, IP: InputAPI + ?Sized> MouseModule<'ipt, IP> {
293 /// Create a mouse module around an input API borrow.

Callers

nothing calls this directly

Calls 1

mouseMethod · 0.80

Tested by

no test coverage detected