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

Function handleMouseDown

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

Source from the content-addressed store, hash-verified

29137 }
29138
29139 function handleMouseDown (ev) {
29140 handleEvent(buttonState | mouse.buttons(ev), ev)
29141 }
29142
29143 function handleMouseUp (ev) {
29144 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…