Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
function
fauxClick(x, y) {
202
var
fauxClick =
new
Event(
"mousedown"
);
203
fauxClick.pageX = x;
204
fauxClick.pageY = y;
205
document.dispatchEvent(fauxClick);
206
}
Callers
2
handleInactiveUser
Function · 0.85
startFauxClicking
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected