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

Method all

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

Source from the content-addressed store, hash-verified

465 #[inline]
466 pub fn wheel(&self) -> Vector2 {
467 self.ipt.mouse().wheel()
468 }
469
470 /// Return normalized viewport position.
471 #[inline]
472 pub fn position(&self) -> Vector2 {

Callers

nothing calls this directly

Calls 2

gamepadsMethod · 0.80
joyconsMethod · 0.80

Tested by

no test coverage detected