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

Function handleMods

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

Source from the content-addressed store, hash-verified

29123 }
29124
29125 function handleMods (ev) {
29126 if (updateMods(ev)) {
29127 callback && callback(buttonState, x, y, mods)
29128 }
29129 }
29130
29131 function handleMouseMove (ev) {
29132 if (mouse.buttons(ev) === 0) {

Callers

nothing calls this directly

Calls 2

updateModsFunction · 0.85
callbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…