MCPcopy Create free account
hub / github.com/idank/explainshell / mouse

Function mouse

explainshell/web/static/js/d3.v3.js:7636–7639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7634 brushmove();
7635 d3_eventCancel();
7636 function mouse() {
7637 var touches = d3.event.changedTouches;
7638 return touches ? d3.touches(target, touches)[0] : d3.mouse(target);
7639 }
7640 function keydown() {
7641 if (d3.event.keyCode == 32) {
7642 if (!dragging) {

Callers 2

brushstartFunction · 0.85
brushmoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected