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

Method mouse_mode

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

Source from the content-addressed store, hash-verified

117 /// Return current mouse mode from the snapshot.
118 #[inline]
119 pub fn mouse_mode(&self) -> MouseMode {
120 self.ipt.mouse().mode()
121 }
122
123 /// Queue gamepad rumble for a device slot.
124 #[inline]

Callers

nothing calls this directly

Calls 2

mouseMethod · 0.80
modeMethod · 0.45

Tested by

no test coverage detected