Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_disable_cursor
Function
bloom_disable_cursor
native/ios/src/lib.rs:1926–1928 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1924
1925
#[no_mangle]
1926
pub extern
"C"
fn bloom_disable_cursor() {
1927
engine().input.cursor_disabled = true;
1928
}
1929
1930
#[no_mangle]
1931
pub extern
"C"
fn bloom_enable_cursor() {
Callers
1
disableCursor
Function · 0.50
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected