MCPcopy Create free account
hub / github.com/Noumena-Network/code / isMouseClicksDisabled

Function isMouseClicksDisabled

src/utils/fullscreen.ts:155–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 * Fullscreen-specific — only reachable when NCODE_NO_FLICKER is active.
154 */
155export function isMouseClicksDisabled(): boolean {
156 return isEnvTruthy(
157 process.env.NCODE_DISABLE_MOUSE_CLICKS ??
158 process.env.CLAUDE_CODE_DISABLE_MOUSE_CLICKS,
159 )
160}
161
162/**
163 * True when the fullscreen alt-screen layout is actually rendering —

Callers 1

handleMouseEventFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.90

Tested by

no test coverage detected