MCPcopy 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
710export function disableCursor(): void {
711 bloom_disable_cursor();
712}
713
714export function enableCursor(): void {
715 bloom_enable_cursor();

Callers 5

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_disable_cursorFunction · 0.50

Tested by

no test coverage detected