Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ enter_relative_mode
Function
enter_relative_mode
native/linux/src/lib.rs:319–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
}
318
319
pub fn enter_relative_mode() {
320
unsafe {
321
RELATIVE_MODE = true;
322
hide_cursor();
323
warp_to_center();
324
}
325
}
326
327
pub fn leave_relative_mode() {
328
unsafe {
Callers
1
bloom_disable_cursor
Function · 0.85
Calls
2
hide_cursor
Function · 0.85
warp_to_center
Function · 0.85
Tested by
no test coverage detected