MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / getMousePos

Function getMousePos

scripts/magnify_image.js:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322}
323function getMousePos() {
324 return CACHED.mouse;
325}
326
327function validateMouse(x, y) {
328 if (x == null || y == null) {

Callers 3

magnify_image.jsFile · 0.70
validateMouseFunction · 0.70
chooseImgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected