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

Method state

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

Source from the content-addressed store, hash-verified

362 /// Queue hidden cursor mode.
363 #[inline]
364 pub fn hide(&self) {
365 self.set_mode(MouseMode::Hidden);
366 }
367
368 /// Queue captured cursor mode.
369 #[inline]

Callers 3

friend_infoFunction · 0.80
handle_window_eventMethod · 0.80
clear_focus_stateMethod · 0.80

Calls 2

keyboardMethod · 0.80
mouseMethod · 0.80

Tested by

no test coverage detected