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

Method updateHoverState

components/liquid-ether.tsx:253–256  ·  view source on GitHub ↗
(clientX: number, clientY: number)

Source from the content-addressed store, hash-verified

251 );
252 }
253 private updateHoverState(clientX: number, clientY: number) {
254 this.isHoverInside = this.isPointInside(clientX, clientY);
255 return this.isHoverInside;
256 }
257 setCoords(x: number, y: number) {
258 if (!this.container) return;
259 if (this.timer) window.clearTimeout(this.timer);

Callers 3

onDocumentMouseMoveMethod · 0.95
onDocumentTouchStartMethod · 0.95
onDocumentTouchMoveMethod · 0.95

Calls 1

isPointInsideMethod · 0.95

Tested by

no test coverage detected