MCPcopy Create free account
hub / github.com/plotly/plotly.js / handleMouseMove

Function handleMouseMove

stackgl_modules/index.js:29131–29137  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

29129 }
29130
29131 function handleMouseMove (ev) {
29132 if (mouse.buttons(ev) === 0) {
29133 handleEvent(0, ev)
29134 } else {
29135 handleEvent(buttonState, ev)
29136 }
29137 }
29138
29139 function handleMouseDown (ev) {
29140 handleEvent(buttonState | mouse.buttons(ev), ev)

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…