Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ disableCursor
Function
disableCursor
src/core/index.ts:710–712 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
708
}
709
710
export
function
disableCursor(): void {
711
bloom_disable_cursor();
712
}
713
714
export
function
enableCursor(): void {
715
bloom_enable_cursor();
Callers
5
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_disable_cursor
Function · 0.50
Tested by
no test coverage detected