Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Function · 0.80
handle_window_event
Method · 0.80
clear_focus_state
Method · 0.80
Calls
2
keyboard
Method · 0.80
mouse
Method · 0.80
Tested by
no test coverage detected