MCPcopy Index your code
hub / github.com/hoothin/UserScripts / clientY

Function clientY

Pagetual/pagetual.user.js:12617–12623  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

12615 }
12616
12617 function clientY(e) {
12618 if (e.type.indexOf('touch') === 0) {
12619 return e.changedTouches ? e.changedTouches[0].clientY : 0;
12620 } else {
12621 return e.clientY;
12622 }
12623 }
12624
12625 var failFromIframe = 0;
12626 var inCors = false;

Callers 6

moveFunFunction · 0.85
initEventListenerFunction · 0.85
mouseMoveHandlerMethod · 0.85
mouseDownHandlerMethod · 0.85
moveHanlderMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected