MCPcopy Create free account
hub / github.com/NMWplays/Glowify / onPointerMove

Function onPointerMove

theme.js:6318–6330  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6316 removeOutsideCover();
6317 removeOverCanvas();
6318 }
6319 function apply() {
6320 const mode = getMode();
6321 if (mode === "off") {
6322 removeAll();
6323 return;
6324 }
6325 if (mode === "overCanvas") {
6326 removeTrackInfoCover();
6327 removeOutsideCover();
6328 if (!isNpvVisible()) {
6329 removeOverCanvas();
6330 return;
6331 }
6332 applyOverCanvas();
6333 return;

Callers

nothing calls this directly

Calls 2

setCompleteFunction · 0.85
clampFunction · 0.85

Tested by

no test coverage detected