MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / setNormalized

Method setNormalized

components/liquid-ether.tsx:270–273  ·  view source on GitHub ↗
(nx: number, ny: number)

Source from the content-addressed store, hash-verified

268 }, 100);
269 }
270 setNormalized(nx: number, ny: number) {
271 this.coords.set(nx, ny);
272 this.mouseMoved = true;
273 }
274 onDocumentMouseMove(event: MouseEvent) {
275 if (!this.updateHoverState(event.clientX, event.clientY)) return;
276 if (this.onInteract) this.onInteract();

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected