MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / fauxClick

Function fauxClick

assets/js/BackgroundEffect.js:201–206  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

199}
200
201function fauxClick(x, y) {
202 var fauxClick = new Event("mousedown");
203 fauxClick.pageX = x;
204 fauxClick.pageY = y;
205 document.dispatchEvent(fauxClick);
206}

Callers 2

handleInactiveUserFunction · 0.85
startFauxClickingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected