MCPcopy Index your code
hub / github.com/csev/py4e / pageScrollY

Function pageScrollY

tools/pythonauto/static/codemirror/codemirror.js:1174–1174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1172
1173 function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; }
1174 function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; }
1175
1176 // Context is one of "line", "div" (display.lineDiv), "local"/null (editor), or "page"
1177 function intoCoordSystem(cm, lineObj, rect, context) {

Callers 2

intoCoordSystemFunction · 0.70
fromCoordSystemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected