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

Function onVolumeMouseMove

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

Source from the content-addressed store, hash-verified

201 handleVolumeAt(e.clientX);
202 });
203 const onVolumeMouseMove = (e: MouseEvent) => {
204 if (volumeScrubbing) handleVolumeAt(e.clientX);
205 };
206 const onVolumeMouseUp = () => {
207 volumeScrubbing = false;
208 };

Callers

nothing calls this directly

Calls 1

handleVolumeAtFunction · 0.85

Tested by

no test coverage detected