MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / onLeftDown

Function onLeftDown

src/components/createDataZoomSlider.ts:252–252  ·  view source on GitHub ↗
(e: PointerEvent)

Source from the content-addressed store, hash-verified

250 };
251
252 const onLeftDown = (e: PointerEvent): void => startDrag(e, 'left-handle');
253 const onRightDown = (e: PointerEvent): void => startDrag(e, 'right-handle');
254 const onPanDown = (e: PointerEvent): void => startDrag(e, 'pan-window');
255

Callers

nothing calls this directly

Calls 1

startDragFunction · 0.85

Tested by

no test coverage detected