MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / onMouseMove

Function onMouseMove

packages/player/src/controls.ts:298–300  ·  view source on GitHub ↗
(e: MouseEvent)

Source from the content-addressed store, hash-verified

296 handleScrubAt(e.clientX);
297 });
298 const onMouseMove = (e: MouseEvent) => {
299 if (scrubbing) handleScrubAt(e.clientX);
300 };
301 const onMouseUp = () => {
302 scrubbing = false;
303 };

Callers

nothing calls this directly

Calls 1

handleScrubAtFunction · 0.85

Tested by

no test coverage detected