MCPcopy Index your code
hub / github.com/bqplot/bqplot / mousemove

Method mousemove

js/src/PanZoom.ts:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 mousemove() {
168 this._mousemove(this.mousePos());
169 }
170
171 _mousemove(mouse_pos) {
172 if (this.active && this.model.get('allow_pan')) {

Callers 1

renderMethod · 0.45

Calls 2

_mousemoveMethod · 0.95
mousePosMethod · 0.95

Tested by

no test coverage detected