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

Method position

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

Source from the content-addressed store, hash-verified

292impl<'ipt, IP: InputAPI + ?Sized> MouseModule<'ipt, IP> {
293 /// Create a mouse module around an input API borrow.
294 pub fn new(ipt: &'ipt IP) -> Self {
295 Self { ipt }
296 }
297
298 /// Return `true` while the button is held.
299 #[inline]

Callers

nothing calls this directly

Calls 1

mouseMethod · 0.80

Tested by

no test coverage detected