MCPcopy Index your code
hub / github.com/apache/echarts / onmousemove

Method onmousemove

src/component/axisPointer/BaseAxisPointer.ts:363–366  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

361 cursor: 'move',
362 draggable: true,
363 onmousemove(e) {
364 // For mobile device, prevent screen slider on the button.
365 eventTool.stop(e.event);
366 },
367 onmousedown: bind(this._onHandleDragMove, this, 0, 0),
368 drift: bind(this._onHandleDragMove, this),
369 ondragend: bind(this._onHandleDragEnd, this)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected